🎨 Specify more dependencies at the workspace level

This commit is contained in:
Max Brunsfeld 2023-04-24 17:41:55 -07:00
parent b76194db97
commit ebbe52e6b0
66 changed files with 437 additions and 425 deletions

View file

@ -4,15 +4,13 @@ version = "0.1.0"
edition = "2021"
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = { version = "1.0.38", features = ["backtrace"] }
anyhow.workspace = true
indoc = "1.0.7"
libsqlite3-sys = { version = "0.24", features = ["bundled"] }
smol = "1.2"
smol.workspace = true
thread_local = "1.1.4"
lazy_static = "1.4"
parking_lot = "0.11.1"
futures = { workspace = true }
lazy_static.workspace = true
parking_lot.workspace = true
futures.workspace = true
uuid = { version = "1.1.2", features = ["v4"] }