diff options
author | tilpner | 2018-09-25 15:58:57 +0200 |
---|---|---|
committer | tilpner | 2018-09-25 15:58:57 +0200 |
commit | 040ec873821d23e168a59b7ee21697fe0af5bb4c (patch) | |
tree | 1c720f0a4c54ba76799ecfa3716821f7e95950e4 /hello/Cargo.toml | |
download | carnix-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.toml | 6 |
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] |