Stuff, bother.

This commit is contained in:
2019-02-12 10:56:32 -08:00
commit 8e8cb40334
5 changed files with 105 additions and 0 deletions

13
Cargo.toml Normal file
View File

@@ -0,0 +1,13 @@
[package]
name = "tuigui"
version = "0.1.0"
authors = ["Adam Wick <awick@uhsure.com>"]
edition = "2018"
[[bin]]
path = "src/main.rs"
name = "example"
[dependencies]
log = "^0.4.6"
simplelog = "^0.5.3"