From 3e1cb020d5449849b37874f91cadfa4a9c878747 Mon Sep 17 00:00:00 2001 From: fxqnlr Date: Fri, 6 Sep 2024 10:56:30 +0200 Subject: initial commit, can save index, no modification check --- Cargo.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..7057f7a --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,13 @@ +[package] +name = "fxbaup" +version = "0.1.0" +edition = "2021" + +[dependencies] +anyhow = "1.0.86" +config = "0.14.0" +serde = { version = "1.0.209", features = ["derive"] } +serde_json = "1.0.128" +thiserror = "1.0.63" +toml = "0.8.19" +uuid = { version = "1.10.0", features = ["v4"] } -- cgit v1.2.3