aboutsummaryrefslogtreecommitdiff
path: root/templates/rust/Cargo.toml
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2025-08-13 00:18:14 +0200
committerLinnea Gräf <nea@nea.moe>2025-08-13 00:18:14 +0200
commit1eb8f8986f5784e59a1d9b87e3f82c80caa646ab (patch)
treedecefbcb9344dbd16f16eb29ff46ec3f23d367e4 /templates/rust/Cargo.toml
parentbb1c7ceeddf665e74ac26c0b7145190dba57c59f (diff)
downloadnix-infra-master.tar.gz
nix-infra-master.tar.bz2
nix-infra-master.zip
snapshot: Mi 13. Aug 00:18:14 CEST 2025HEADmaster
Diffstat (limited to 'templates/rust/Cargo.toml')
-rw-r--r--templates/rust/Cargo.toml28
1 files changed, 28 insertions, 0 deletions
diff --git a/templates/rust/Cargo.toml b/templates/rust/Cargo.toml
new file mode 100644
index 0000000..3527b73
--- /dev/null
+++ b/templates/rust/Cargo.toml
@@ -0,0 +1,28 @@
+[package]
+name = "helios"
+version = "0.1.0"
+edition = "2024"
+
+[dependencies]
+cached-path = "0.8.1"
+chrono = "0.4.41"
+chrono-tz = "0.10.4"
+cow_hashmap = "0.1.13"
+csv = "1.3.1"
+dotenv = "0.15.0"
+eyre = "0.6.12"
+inventory = "0.3.20"
+positioned-io = "0.3.4"
+rc-zip-tokio = "4.2.6"
+serde_json = "1.0.140"
+tokio = { version = "1.45.1", features = ["fs", "macros", "rt-multi-thread"] }
+tokio-scoped = "0.2.0"
+tracing = "0.1.41"
+tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
+
+twilight-cache-inmemory = "0.16.0"
+twilight-gateway = "0.16.0"
+twilight-http = "0.16.0"
+twilight-model = "0.16.0"
+unicase = "2.8.1"
+urlencoding = "2.1.3"