Initial commit.

This commit is contained in:
2016-08-31 16:38:17 +02:00
commit 5f14559fed
4 changed files with 38 additions and 0 deletions

12
Cargo.lock generated Normal file
View File

@@ -0,0 +1,12 @@
[root]
name = "loldog"
version = "0.1.0"
dependencies = [
"ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "ansi_term"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"