diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 18 |
1 files changed, 4 insertions, 14 deletions
@@ -11,7 +11,7 @@ exclude = ["ui/backend", "crates/atuin-nucleo/matcher/fuzz"] [workspace.package] version = "18.16.1" authors = ["Ellie Huxtable <ellie@atuin.sh>"] -rust-version = "1.96.0" +rust-version = "1.95.0" license = "MIT" homepage = "https://atuin.sh" repository = "https://github.com/atuinsh/atuin" @@ -76,19 +76,9 @@ xxhash-rust = { version = "0.8", features = ["xxh3"] } vt100 = "0.16" regex = "1.10.5" toml_edit = "0.25.4" - -[workspace.dependencies.tracing-subscriber] -version = "0.3" -features = ["ansi", "fmt", "registry", "env-filter", "json"] - -[workspace.dependencies.reqwest] -version = "0.13" -features = ["json", "rustls-no-provider", "stream"] -default-features = false - -[workspace.dependencies.sqlx] -version = "0.8" -features = ["runtime-tokio-rustls", "time", "postgres", "uuid"] +tracing-subscriber = { version = "0.3", features = ["ansi", "fmt", "registry", "env-filter", "json"] } +reqwest = { version = "0.13", features = ["json", "rustls-no-provider", "stream"], default-features = false } +sqlx = { version = "0.8", features = ["runtime-tokio-rustls", "time", "postgres", "uuid"] } # The profile that 'cargo dist' will build with [profile.dist] |
