Browse Source

Created Cargo BIN Project

Joshua Rutschmann 8 years ago
parent
commit
42cd38947b
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      hw1/task5/Cargo.toml

+ 6
- 0
hw1/task5/Cargo.toml View File

1
+[package]
2
+name = "task5"
3
+version = "0.1.0"
4
+authors = ["Joshua Rutschmann <joshua.rutschmann@gmx.de>"]
5
+
6
+[dependencies]

Loading…
Cancel
Save