From 8a8aae4763e575cfdb268dc602a0cebd9581f138 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Sat, 3 Oct 2020 12:31:25 -0400 Subject: started data uri parsing with dichroism --- dichroism/Cargo.toml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'dichroism/Cargo.toml') diff --git a/dichroism/Cargo.toml b/dichroism/Cargo.toml index 8706e33..749d362 100644 --- a/dichroism/Cargo.toml +++ b/dichroism/Cargo.toml @@ -1,16 +1,17 @@ [package] name = "dichroism" version = "0.1.0" -authors = ["Adam Carpenter "] +authors = ["Adam T. Carpenter "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -actix-web = "2.0" -actix-rt = "1.0" +actix-web = "3" +base64 = "0.13" +diesel = { version = "1.4", features = [ "sqlite" ] } +env_logger = "0.7" +lazy_static = "1" listenfd = "0.3" -serde = "1.0.106" -futures = "0.3.4" -serde_json = "1.0.52" - +log = "0.4" +regex = "1" -- cgit v1.2.3