Browse Source

Proptest is a test dependency

integrate-protocol-maker-side
Thomas Eizinger 4 years ago
parent
commit
f54560a148
No known key found for this signature in database GPG Key ID: 651AC83A6C6C8B96
  1. 2
      daemon/Cargo.toml

2
daemon/Cargo.toml

@ -7,7 +7,6 @@ edition = "2018"
anyhow = "1" anyhow = "1"
bdk = { version = "0.10", default-features = false } bdk = { version = "0.10", default-features = false }
futures = "0.3" futures = "0.3"
proptest = "1"
rocket = { git = "https://github.com/SergioBenitez/Rocket", features = ["json"] } rocket = { git = "https://github.com/SergioBenitez/Rocket", features = ["json"] }
rocket_db_pools = { git = "https://github.com/SergioBenitez/Rocket", features = ["sqlx_sqlite"] } rocket_db_pools = { git = "https://github.com/SergioBenitez/Rocket", features = ["sqlx_sqlite"] }
rust_decimal = { version = "1.15", features = ["serde-float", "serde-arbitrary-precision"] } rust_decimal = { version = "1.15", features = ["serde-float", "serde-arbitrary-precision"] }
@ -22,3 +21,4 @@ uuid = { version = "0.8", features = ["serde", "v4"] }
[dev-dependencies] [dev-dependencies]
tempfile = "3" tempfile = "3"
proptest = "1"

Loading…
Cancel
Save