From 9f94611a42d41cf94cdccb00b5d2eec0d5d02970 Mon Sep 17 00:00:00 2001 From: Joris Date: Sun, 14 Nov 2021 23:25:55 +0100 Subject: Add initial working version --- Cargo.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..c9108f1 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,15 @@ +[package] +name = "flashcards" +version = "0.1.0" +authors = ["Joris GUYONVARCH"] +edition = "2018" + +[dependencies] +chrono = "0.4" +anyhow = "1.0" +rusqlite = { version = "0.26", features = [ "chrono" ] } +rusqlite_migration = "0.5" +serde = { version = "1.0", features = ["derive"] } +serde_json = "1.0" +termion = "1.5" +tui = "0.16" -- cgit v1.2.3