diff options
| author | Ellie Huxtable <e@elm.sh> | 2021-03-10 21:24:08 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-10 21:24:08 +0000 |
| commit | 61607e023fbb916f376a7070f8b1ffd6ffe16849 (patch) | |
| tree | eadc28b084e0d07f6e3fd0fcaa4c74f2f840c04c /Cargo.toml | |
| parent | Really annoyed me today, so bump version (diff) | |
| download | atuin-61607e023fbb916f376a7070f8b1ffd6ffe16849.zip | |
Add config file support (#15)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -20,7 +20,9 @@ hostname = "0.3.1" rocket = "0.4.7" chrono-english = "0.1.4" cli-table = "0.4" -config = "0.9" +config = "0.10" +serde_derive = "1.0.124" +serde = "1.0.124" [dependencies.rusqlite] version = "0.24" |
