diff options
| author | Filip Wandzio <contact@philw.dev> | 2025-12-28 00:45:12 +0100 |
|---|---|---|
| committer | Filip Wandzio <contact@philw.dev> | 2025-12-28 00:45:12 +0100 |
| commit | 7995282f65183b0a615c224a3ea13eeb10a1e828 (patch) | |
| tree | 84705b645f3cc799b8d6cf8af55b67dbc045e82a /config/Cargo.toml | |
| download | pdat-7995282f65183b0a615c224a3ea13eeb10a1e828.tar.gz pdat-7995282f65183b0a615c224a3ea13eeb10a1e828.zip | |
Implement basic way of testing various http methods via simple cli interface. Also write basic config file kind of parser.
Diffstat (limited to 'config/Cargo.toml')
| -rw-r--r-- | config/Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
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 @@ | |||
| 1 | [package] | ||
| 2 | name = "config" | ||
| 3 | version = "0.1.0" | ||
| 4 | edition = "2024" | ||
| 5 | |||
| 6 | [dependencies] | ||
| 7 | toml = "0.7" | ||
| 8 | serde = { version = "1.0", features = ["derive"] } | ||
