summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAgathe Porte <microjoe@microjoe.org>2020-07-12 00:34:37 +0200
committerAgathe Porte <microjoe@microjoe.org>2020-07-14 10:38:23 +0200
commit9fae66d7cdbba8fd68d835c23e2fd7739c185024 (patch)
tree78c9acab70f41a8ca4b580ff4ad8298c995bde8e /Cargo.toml
downloadplymouth-rs-9fae66d7cdbba8fd68d835c23e2fd7739c185024.tar.gz
plymouth-rs-9fae66d7cdbba8fd68d835c23e2fd7739c185024.zip
initial commit
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 10 insertions, 0 deletions
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 <microjoe@microjoe.org>"]
+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