From 9f3098e80c6b6c87e9bfbfe36239a39e5cafb29f Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Wed, 26 Oct 2022 21:02:31 -0400 Subject: init: add some stories and personas and begin layout out domain --- dichroism/Cargo.toml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 dichroism/Cargo.toml (limited to 'dichroism/Cargo.toml') diff --git a/dichroism/Cargo.toml b/dichroism/Cargo.toml deleted file mode 100644 index 4f18bb5..0000000 --- a/dichroism/Cargo.toml +++ /dev/null @@ -1,26 +0,0 @@ -[package] -name = "dichroism" -version = "0.1.0" -authors = ["Adam T. Carpenter "] -edition = "2018" - -[dependencies] -actix-cors = "0.5" -actix-multipart = "0.3" -actix-web = "3" -async-std = "1" -base64 = "0.13" -diesel = { version = "1", default-features = false, features = [ "sqlite", "r2d2" ] } -env_logger = "0.8" -futures = "0.3" -image = "0.23" -kamadak-exif = "0.5.2" -listenfd = "0.3" -log = "0.4" -mime = "0.3" -once_cell = "1" -regex = "1" -serde = { version = "1.0", features = ["derive"] } -serde_json = "1.0" -toml = "0.5" -uuid = { version = "0.8", features = ["v3"] } -- cgit v1.2.3