summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthieu <matthieu@developershouse.xyz>2021-09-03 23:33:44 +0400
committerMatthieu <matthieu@developershouse.xyz>2021-09-03 23:33:44 +0400
commitf0e439fa0424463275535201cbfab75c7d58715b (patch)
tree8fe8aa08454376df0b378d9bf95dc3d14fb01d86 /Cargo.toml
parentd1689c5a984635ccc9b73eaa4c77b5d405e43345 (diff)
add better rust support
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..12b7397
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,6 @@
+[workspace]
+
+members = [
+ "webhook",
+ "ratelimiter"
+] \ No newline at end of file