summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFilip Wandzio <contact@philw.dev>2025-12-28 00:45:12 +0100
committerFilip Wandzio <contact@philw.dev>2025-12-28 00:45:12 +0100
commit7995282f65183b0a615c224a3ea13eeb10a1e828 (patch)
tree84705b645f3cc799b8d6cf8af55b67dbc045e82a /Cargo.toml
downloadpdat-master.tar.gz
pdat-master.zip
Kind of Initial CommentHEADmaster
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.toml4
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]
2members = ["main", "config"]
3
4resolver = "3"