From fc0ca71193af110d1edd84959f25064490895569 Mon Sep 17 00:00:00 2001 From: Romain Porte Date: Sun, 12 Jul 2020 00:34:37 +0200 Subject: initial commit --- Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..272228a --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "plymouth" +version = "0.1.0" +authors = ["Romain Porte "] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +rust-ini = "0.15.*" \ No newline at end of file -- cgit v1.2.3