From a95018cc9039851e707973bc19faf907132ae4f3 Mon Sep 17 00:00:00 2001 From: Conrad Ludgate Date: Tue, 12 Apr 2022 23:06:19 +0100 Subject: goodbye warp, hello axum (#296) --- atuin-common/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'atuin-common/Cargo.toml') 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" -- cgit v1.3.1