From c7d885e4b8189e4539c1f259a44ec37c6cd027b2 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Mon, 2 May 2022 22:32:52 -0400 Subject: feat: reset button read config start db pool and launch axum server --- dichroism/Cargo.toml | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) (limited to 'dichroism/Cargo.toml') diff --git a/dichroism/Cargo.toml b/dichroism/Cargo.toml index 4f18bb5..98656fd 100644 --- a/dichroism/Cargo.toml +++ b/dichroism/Cargo.toml @@ -1,26 +1,25 @@ [package] name = "dichroism" -version = "0.1.0" +version = "1.0.0" authors = ["Adam T. Carpenter "] -edition = "2018" +edition = "2021" [dependencies] -actix-cors = "0.5" -actix-multipart = "0.3" -actix-web = "3" -async-std = "1" +r2d2 = "0.8" +r2d2_sqlite = "0.20" +serde_rusqlite = "0.30" +anyhow = "1.0" +axum = "0.5" base64 = "0.13" -diesel = { version = "1", default-features = false, features = [ "sqlite", "r2d2" ] } -env_logger = "0.8" +env_logger = "0.9" futures = "0.3" -image = "0.23" -kamadak-exif = "0.5.2" -listenfd = "0.3" +image = "0.24" +kamadak-exif = "0.5" log = "0.4" -mime = "0.3" -once_cell = "1" -regex = "1" +tokio = { version = "1.0", features = ["full"] } +tower-http = { version = "0.3.0", features = ["fs"] } +# mime = "0.3" +rusqlite = "0.27" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -toml = "0.5" -uuid = { version = "0.8", features = ["v3"] } +uuid = { version = "1.0", features = ["v3"] } \ No newline at end of file -- cgit v1.2.3