summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNora <nora.widdecke@tu-bs.de>2018-10-03 18:33:16 +0200
committerNora <nora.widdecke@tu-bs.de>2018-10-04 21:40:59 +0200
commit2019421f88faeb07e79a77fca8ad6ddcfb3c57ad (patch)
tree6f3f72c22be6794da7890d7deffc5bb84841edc5 /Cargo.toml
parent5f131d0413f7dbc8e8fec5db9425e1e432801558 (diff)
initial commit
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 7 insertions, 0 deletions
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 <nora.widdecke@tu-bs.de>"]
+
+[dependencies]
+libc = "0.2.43"