diff options
| author | Conrad Ludgate <conrad.ludgate@truelayer.com> | 2022-04-12 23:06:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-12 23:06:19 +0100 |
| commit | a95018cc9039851e707973bc19faf907132ae4f3 (patch) | |
| tree | e135f1da64c5d020f336d437f83a333298861ca0 /atuin-common/Cargo.toml | |
| parent | fix env config parsing (#295) (diff) | |
| download | atuin-a95018cc9039851e707973bc19faf907132ae4f3.zip | |
goodbye warp, hello axum (#296)
Diffstat (limited to 'atuin-common/Cargo.toml')
| -rw-r--r-- | atuin-common/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/atuin-common/Cargo.toml b/atuin-common/Cargo.toml index 85f80126..93814acb 100644 --- a/atuin-common/Cargo.toml +++ b/atuin-common/Cargo.toml @@ -17,5 +17,6 @@ chrono = { version = "0.4", features = ["serde"] } serde_derive = "1.0.125" serde = "1.0.126" serde_json = "1.0.75" -warp = "0.3" uuid = { version = "0.8", features = ["v4"] } +axum = "0.5" +http = "0.2" |
