diff options
| author | Conrad Ludgate <conrad.ludgate@truelayer.com> | 2022-04-22 19:24:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-22 19:24:38 +0100 |
| commit | 02c70deecba955c1b01f661ed7a709038e90addc (patch) | |
| tree | fc6881b607120cdb97991e17142b2e3159bff759 /atuin-common/Cargo.toml | |
| parent | Added docker-compose.yml (#325) (diff) | |
| download | atuin-02c70deecba955c1b01f661ed7a709038e90addc.zip | |
refactor (#327)
Diffstat (limited to 'atuin-common/Cargo.toml')
| -rw-r--r-- | atuin-common/Cargo.toml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/atuin-common/Cargo.toml b/atuin-common/Cargo.toml index 93814acb..59caa796 100644 --- a/atuin-common/Cargo.toml +++ b/atuin-common/Cargo.toml @@ -12,11 +12,6 @@ repository = "https://github.com/ellie/atuin" [dependencies] rust-crypto = "^0.2" -sodiumoxide = "0.2.6" chrono = { version = "0.4", features = ["serde"] } -serde_derive = "1.0.125" -serde = "1.0.126" -serde_json = "1.0.75" +serde = { version = "1.0.126", features = ["derive"] } uuid = { version = "0.8", features = ["v4"] } -axum = "0.5" -http = "0.2" |
