diff options
Diffstat (limited to 'atuin-common')
| -rw-r--r-- | atuin-common/Cargo.toml | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/atuin-common/Cargo.toml b/atuin-common/Cargo.toml index d065a32d..94225e6f 100644 --- a/atuin-common/Cargo.toml +++ b/atuin-common/Cargo.toml @@ -1,17 +1,18 @@ [package] name = "atuin-common" -version = "14.0.0" -authors = ["Ellie Huxtable <ellie@elliehuxtable.com>"] edition = "2018" -license = "MIT" description = "common library for atuin" -homepage = "https://atuin.sh" -repository = "https://github.com/ellie/atuin" + +version = { workspace = true } +authors = { workspace = true } +license = { workspace = true } +homepage = { workspace = true } +repository = { workspace = true } # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -chrono = { version = "0.4", features = ["serde"] } -serde = { version = "1.0.145", features = ["derive"] } -uuid = { version = "1.2", features = ["v4"] } -rand = { version = "0.8.5", features = ["std"] } +chrono = { workspace = true } +serde = { workspace = true } +uuid = { workspace = true } +rand = { workspace = true } |
