summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndrew <saintruler@gmail.com>2021-02-14 11:44:06 +0400
committerAndrew <saintruler@gmail.com>2021-02-14 11:44:06 +0400
commitdf1dde8a5a3c55241a1d8433e9a6f725a24cda2c (patch)
treebb7f0e7bcd960ff2784dfb4cd8093e5c8c5b2fbf /Cargo.toml
Initial commit
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..6e5c485
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "rust-web"
+version = "0.1.0"
+authors = ["Andrew <saintruler@gmail.com>"]
+edition = "2018"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]