summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAkshay <nerdy@peppe.rs>2020-08-03 16:05:28 +0530
committerAkshay <nerdy@peppe.rs>2020-08-03 16:05:28 +0530
commit7e1dff439f1768fc463ddcfcd6ea58a7a1711056 (patch)
treeddba3984452b7697f21570a9f989f135cec0b724 /Cargo.toml
parent3cc2fafe84ec2c8f40a9348f9fe9a5408606db6e (diff)
add toml crate
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 bca5f39..57f659b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,6 +19,7 @@ typetag = "0.1.4"
directories = "3.0.1"
clap = "2.33"
notify = "4.0"
+toml = "0.5.6"
[dependencies.cursive]
version = "0.15"