aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-05-17 17:23:29 +0200
committermetamuffin <metamuffin@disroot.org>2025-05-17 17:23:29 +0200
commit1c27a83409a7f51c5d07098cb6ca65bcee870d9c (patch)
treeed166844290443932c4fbf078d1cf65a1d79f833 /Cargo.toml
downloadisda-1c27a83409a7f51c5d07098cb6ca65bcee870d9c.tar
isda-1c27a83409a7f51c5d07098cb6ca65bcee870d9c.tar.bz2
isda-1c27a83409a7f51c5d07098cb6ca65bcee870d9c.tar.zst
a
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..dba455b
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,16 @@
+[package]
+name = "archiver"
+version = "0.1.0"
+edition = "2024"
+
+[dependencies]
+anyhow = "1.0.98"
+axum = { version = "0.8.4", features = ["ws"] }
+env_logger = "0.11.8"
+log = "0.4.27"
+markup = "0.15.0"
+serde = { version = "1.0.219", features = ["derive"] }
+serde_json = "1.0.140"
+serde_yml = "0.0.12"
+tokio = { version = "1.45.0", features = ["full"] }
+futures = "0.3.31"