aboutsummaryrefslogtreecommitdiff
path: root/website/website-gen/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'website/website-gen/Cargo.toml')
-rw-r--r--website/website-gen/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/website/website-gen/Cargo.toml b/website/website-gen/Cargo.toml
new file mode 100644
index 000000000..b471a81fd
--- /dev/null
+++ b/website/website-gen/Cargo.toml
@@ -0,0 +1,9 @@
1[package]
2name = "website-gen"
3version = "0.0.0"
4authors = ["Aleksey Kladov <[email protected]>"]
5edition = "2018"
6publish = false
7
8[dependencies]
9walkdir = "2.2.0"