Browse Source
`macros` is a default feature
integrate-protocol-maker-side
Thomas Eizinger
3 years ago
No known key found for this signature in database
GPG Key ID: 651AC83A6C6C8B96
1 changed files with
1 additions and
1 deletions
-
daemon/Cargo.toml
|
|
@ -13,7 +13,7 @@ rust_decimal = { version = "1.15", features = ["serde-float", "serde-arbitrary-p |
|
|
|
rust_decimal_macros = "1.15" |
|
|
|
serde = { version = "1", features = ["derive"] } |
|
|
|
serde_json = "1" |
|
|
|
sqlx = { version = "0.5", features = ["macros", "offline"] } |
|
|
|
sqlx = { version = "0.5", features = ["offline"] } |
|
|
|
tokio = { version = "1", features = ["rt-multi-thread", "macros", "sync", "net"] } |
|
|
|
tokio-util = { version = "0.6", features = ["codec"] } |
|
|
|
uuid = { version = "0.8", features = ["serde", "v4"] } |
|
|
|