diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -11,8 +11,6 @@ keywords = ["tracker", "event-tracker", "tui", "journal"] | |||
11 | categories = ["date-and-time", "command-line-interface"] | 11 | categories = ["date-and-time", "command-line-interface"] |
12 | license = "MIT" | 12 | license = "MIT" |
13 | 13 | ||
14 | # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
15 | |||
16 | [dependencies] | 14 | [dependencies] |
17 | serde_json = "1.0" | 15 | serde_json = "1.0" |
18 | lazy_static = "1.4.0" | 16 | lazy_static = "1.4.0" |