aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-04-28 18:31:22 +0200
committermetamuffin <metamuffin@disroot.org>2024-04-28 18:31:22 +0200
commit26632e3474fd4c7aba1b5c180cf8e6b72c7dde6a (patch)
tree0357dccfbd1e52e199792394e461d7eb355fded1 /Cargo.toml
downloadmeta-adservices-26632e3474fd4c7aba1b5c180cf8e6b72c7dde6a.tar
meta-adservices-26632e3474fd4c7aba1b5c180cf8e6b72c7dde6a.tar.bz2
meta-adservices-26632e3474fd4c7aba1b5c180cf8e6b72c7dde6a.tar.zst
works
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml16
1 files changed, 16 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..f99789d
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,16 @@
+[package]
+name = "adservice"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+rocket = "0.5.0"
+markup = "0.15.0"
+env_logger = "0.11.3"
+log = "0.4.21"
+serde = { version = "1.0.199", features = ["derive"] }
+serde_yaml = "0.9"
+redb = "2.1.0"
+anyhow = "1.0.82"
+thiserror = "1.0.59"
+rand = "0.9.0-alpha.1"