From 9fae66d7cdbba8fd68d835c23e2fd7739c185024 Mon Sep 17 00:00:00 2001 From: Agathe 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..b5a3c02 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "plymouth" +version = "0.1.0" +authors = ["Agathe 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