summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNora <nora.widdecke@tu-bs.de>2019-02-05 11:44:16 +0100
committerNora <nora.widdecke@tu-bs.de>2019-02-05 11:51:32 +0100
commit0bb5a95dc79814756b47c896da7021c984220a26 (patch)
tree24f7445c6a5c295b66e00c7f137945b2512f75ec /Cargo.toml
parent832a9b4699f6df3ef934fcc5c0c5680c3a97ea22 (diff)
move to Rust Edition 2018
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a546c78..6c52d29 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,6 +2,7 @@
name = "khaleesi"
version = "0.1.0"
authors = ["Nora <nora.widdecke@tu-bs.de>"]
+edition = "2018"
[dependencies]
libc = "0.2.43"