summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTyler Murphy <tylerm@tylerm.dev>2023-04-05 23:08:09 -0400
committerTyler Murphy <tylerm@tylerm.dev>2023-04-05 23:08:09 -0400
commitbb85374b79086cd8efde24d23a1bffeb97cae26b (patch)
treea36e2df6a89e567822820ac110afec6a13eacbf6 /Cargo.toml
parentfinish dns and start webserver (diff)
downloadwrapper-bb85374b79086cd8efde24d23a1bffeb97cae26b.tar.gz
wrapper-bb85374b79086cd8efde24d23a1bffeb97cae26b.tar.bz2
wrapper-bb85374b79086cd8efde24d23a1bffeb97cae26b.zip
new c version
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml37
1 files changed, 0 insertions, 37 deletions
diff --git a/Cargo.toml b/Cargo.toml
deleted file mode 100644
index c114ff5..0000000
--- a/Cargo.toml
+++ /dev/null
@@ -1,37 +0,0 @@
-[package]
-name = "wrapper"
-version = "0.1.0"
-edition = "2021"
-
-[dependencies]
-# Blazingly fast runtime
-tokio = { version = "1", features = ["full"] }
-tracing-subscriber = "0.3.16"
-tracing = "0.1.37"
-
-# Allow recursion inside tokio async
-async-recursion = "1"
-
-# DNS Caching Layer
-moka = { version = "0.10.0", features = ["future"] }
-
-# Mongodb
-mongodb = { version = "2.4", features = ["tokio-sync"] }
-futures = "0.3.26"
-
-# Convert values to json for Mongodb
-serde = { version = "1.0", features = ["derive"] }
-
-# Reading env vars from .env
-dotenv = "0.15.0"
-
-# For the meme records
-rand = "0.8.5"
-
-# For the http web frontend
-axum = "0.6.4"
-tower-http = { version = "0.4.0", features = ["fs"] }
-tower-cookies = "0.9.0"
-tower = "0.4.13"
-bytes = "1.4.0"
-serde_json = "1" \ No newline at end of file