diff options
Diffstat (limited to 'web/atward/Cargo.toml')
-rw-r--r-- | web/atward/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/web/atward/Cargo.toml b/web/atward/Cargo.toml new file mode 100644 index 000000000000..c9d8d02c0d58 --- /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" |