This commit is contained in:
2017-08-25 15:39:53 +02:00
commit 10d910d8dc
6 changed files with 292 additions and 0 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "b"
version = "0.1.0"
authors = ["hellerve <veit@veitheller.de>"]
[[bin]]
name = "b"
path = "src/main.rs"
[dependencies]