aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-08-03 11:35:28 +0100
committerAkshay <[email protected]>2020-08-03 11:35:28 +0100
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"
19directories = "3.0.1" 19directories = "3.0.1"
20clap = "2.33" 20clap = "2.33"
21notify = "4.0" 21notify = "4.0"
22toml = "0.5.6"
22 23
23[dependencies.cursive] 24[dependencies.cursive]
24version = "0.15" 25version = "0.15"