From 22718aea57fde4e325aea4c0d36d76b0d1609fa7 Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 24 Aug 2026 10:30:53 +0200 Subject: refactor(tests): improving tests by creating testing cli app --- cli/Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 cli/Cargo.toml (limited to 'cli/Cargo.toml') diff --git a/cli/Cargo.toml b/cli/Cargo.toml new file mode 100644 index 0000000..9694539 --- /dev/null +++ b/cli/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "cli" +version = "0.1.0" +edition = "2024" + +[dependencies] +serde = { version = "1.0", features = ["derive"] } +serde_json = "1.0" -- cgit v1.2.3