aboutsummaryrefslogtreecommitdiff
path: root/hello/Cargo.toml
diff options
context:
space:
mode:
authortilpner2018-09-25 15:58:57 +0200
committertilpner2018-09-25 15:58:57 +0200
commit040ec873821d23e168a59b7ee21697fe0af5bb4c (patch)
tree1c720f0a4c54ba76799ecfa3716821f7e95950e4 /hello/Cargo.toml
downloadcarnix-cross-040ec873821d23e168a59b7ee21697fe0af5bb4c.tar.gz
carnix-cross-040ec873821d23e168a59b7ee21697fe0af5bb4c.tar.xz
carnix-cross-040ec873821d23e168a59b7ee21697fe0af5bb4c.zip
Initial commit
Diffstat (limited to 'hello/Cargo.toml')
-rw-r--r--hello/Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/hello/Cargo.toml b/hello/Cargo.toml
new file mode 100644
index 0000000..e968470
--- /dev/null
+++ b/hello/Cargo.toml
@@ -0,0 +1,6 @@
+[package]
+name = "hello"
+version = "0.1.0"
+authors = ["till"]
+
+[dependencies]