aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorOndřej Čertík <ondrej@certik.us>2020-01-11 13:26:46 -0700
committerOndřej Čertík <ondrej@certik.us>2020-01-11 13:26:46 -0700
commit61b8a314a4bbca0ef72167b648ce268f01c810df (patch)
tree79ab093e4e6f3e1879e78256f1f24aafa36105b9 /Cargo.toml
downloadfpm-61b8a314a4bbca0ef72167b648ce268f01c810df.tar.gz
fpm-61b8a314a4bbca0ef72167b648ce268f01c810df.zip
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..a7cf602
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "fpm"
+version = "0.1.0"
+authors = ["Ondřej Čertík <ondrej@certik.us>"]
+edition = "2018"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]