about summary refs log tree commit diff
path: root/web/atward/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'web/atward/Cargo.toml')
-rw-r--r--web/atward/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/web/atward/Cargo.toml b/web/atward/Cargo.toml
new file mode 100644
index 0000000000..c9d8d02c0d
--- /dev/null
+++ b/web/atward/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "atward"
+version = "0.1.0"
+authors = ["Vincent Ambo <mail@tazj.in>"]
+edition = "2018"
+
+[dependencies]
+regex = "1.5"
+rouille = "3.0"