Initial commit

This commit is contained in:
Emil Hernvall
2016-07-13 13:53:28 +02:00
commit 9706e94956
8 changed files with 1885 additions and 0 deletions

3
tango-build.rs Normal file
View File

@@ -0,0 +1,3 @@
extern crate tango;
fn main() { tango::process_root().unwrap() }