diff options
author | Akshay <[email protected]> | 2020-08-03 11:35:28 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2020-08-03 11:35:28 +0100 |
commit | 7e1dff439f1768fc463ddcfcd6ea58a7a1711056 (patch) | |
tree | ddba3984452b7697f21570a9f989f135cec0b724 /Cargo.toml | |
parent | 3cc2fafe84ec2c8f40a9348f9fe9a5408606db6e (diff) |
add toml crate
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ typetag = "0.1.4" | |||
19 | directories = "3.0.1" | 19 | directories = "3.0.1" |
20 | clap = "2.33" | 20 | clap = "2.33" |
21 | notify = "4.0" | 21 | notify = "4.0" |
22 | toml = "0.5.6" | ||
22 | 23 | ||
23 | [dependencies.cursive] | 24 | [dependencies.cursive] |
24 | version = "0.15" | 25 | version = "0.15" |