diff options
| author | Lucas Burns <44355502+lmburns@users.noreply.github.com> | 2022-03-13 14:53:49 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-13 19:53:49 +0000 |
| commit | 7f587418daf8e7ddc5e32f06f85e9724c2ecf355 (patch) | |
| tree | 0b99cff50d1507a90409e2efe536da0bed8af1e4 /atuin-server/Cargo.toml | |
| parent | Update fish bindings. (#265) (diff) | |
| download | atuin-7f587418daf8e7ddc5e32f06f85e9724c2ecf355.zip | |
Fix `history list --cwd` errors (#278)
Diffstat (limited to 'atuin-server/Cargo.toml')
| -rw-r--r-- | atuin-server/Cargo.toml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/atuin-server/Cargo.toml b/atuin-server/Cargo.toml index 4cef7089..4ad048c2 100644 --- a/atuin-server/Cargo.toml +++ b/atuin-server/Cargo.toml @@ -12,28 +12,19 @@ repository = "https://github.com/ellie/atuin" atuin-common = { path = "../atuin-common", version = "0.8.0" } log = "0.4" -fern = {version = "0.6.0", features = ["colored"] } chrono = { version = "0.4", features = ["serde"] } eyre = "0.6" -directories = "3" uuid = { version = "0.8", features = ["v4"] } -indicatif = "0.16.2" whoami = "1.1.2" -chrono-english = "0.1.4" config = "0.11" serde_derive = "1.0.125" serde = "1.0.126" serde_json = "1.0.75" -rmp-serde = "0.15.5" -unicode-width = "0.1" sodiumoxide = "0.2.6" base64 = "0.13.0" -fork = "0.1.18" -parse_duration = "2.1.1" rand = "0.8.4" rust-crypto = "^0.2" tokio = { version = "1", features = ["full"] } warp = "0.3" sqlx = { version = "0.5", features = [ "runtime-tokio-rustls", "uuid", "chrono", "postgres" ] } async-trait = "0.1.49" -urlencoding = "1.3.3" |
