From 7995282f65183b0a615c224a3ea13eeb10a1e828 Mon Sep 17 00:00:00 2001 From: Filip Wandzio Date: Sun, 28 Dec 2025 00:45:12 +0100 Subject: Kind of Initial Comment Implement basic way of testing various http methods via simple cli interface. Also write basic config file kind of parser. --- config/Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 config/Cargo.toml (limited to 'config/Cargo.toml') diff --git a/config/Cargo.toml b/config/Cargo.toml new file mode 100644 index 0000000..b7a0be1 --- /dev/null +++ b/config/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "config" +version = "0.1.0" +edition = "2024" + +[dependencies] +toml = "0.7" +serde = { version = "1.0", features = ["derive"] } -- cgit v1.2.3