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 /Cargo.toml | |
| download | pdat-master.tar.gz pdat-master.zip | |
Implement basic way of testing various http methods via simple cli interface. Also write basic config file kind of parser.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..98154e1 --- /dev/null +++ b/Cargo.toml | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | [workspace] | ||
| 2 | members = ["main", "config"] | ||
| 3 | |||
| 4 | resolver = "3" | ||
