summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-10-02 19:14:17 +0200
committermetamuffin <metamuffin@disroot.org>2025-10-02 19:14:17 +0200
commit23871d5aadcaa4d01b7c46cb951854572940414d (patch)
tree9a3f0490675642a5b76bdda8f44f2e75b469046c /Cargo.toml
parentfbc308f96dca2854bc462e6fee412b5dc35b6c3c (diff)
downloadmetamuffin-website-23871d5aadcaa4d01b7c46cb951854572940414d.tar
metamuffin-website-23871d5aadcaa4d01b7c46cb951854572940414d.tar.bz2
metamuffin-website-23871d5aadcaa4d01b7c46cb951854572940414d.tar.zst
Rewrite
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml20
1 files changed, 0 insertions, 20 deletions
diff --git a/Cargo.toml b/Cargo.toml
deleted file mode 100644
index a5e86c1..0000000
--- a/Cargo.toml
+++ /dev/null
@@ -1,20 +0,0 @@
-[package]
-name = "metamuffin-website"
-version = "0.1.0"
-edition = "2021"
-
-[dependencies]
-rocket = { version = "0.5.1", features = ["json"] }
-tokio = { version = "1.41.1", features = ["full"] }
-log = "0.4.22"
-env_logger = "0.11.5"
-async-std = "1.13.0"
-include_dir = { version = "0.7.4", features = ["glob"] }
-iso8601 = { version = "0.6.1", features = ["chrono"] }
-futures = "0.3.31"
-anyhow = "1.0.93"
-markup = "0.15.0"
-markdown = "1.0.0-alpha.21"
-chrono = "0.4.38"
-syntect = "5.2.0"
-latex2mathml = "0.2.3"