From 2019421f88faeb07e79a77fca8ad6ddcfb3c57ad Mon Sep 17 00:00:00 2001 From: Nora Date: Wed, 3 Oct 2018 18:33:16 +0200 Subject: initial commit --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..cc78d9f --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "khaleesi" +version = "0.1.0" +authors = ["Nora "] + +[dependencies] +libc = "0.2.43" -- cgit v1.2.3