diff options
| author | Matthieu <matthieu@developershouse.xyz> | 2021-09-03 23:33:44 +0400 |
|---|---|---|
| committer | Matthieu <matthieu@developershouse.xyz> | 2021-09-03 23:33:44 +0400 |
| commit | f0e439fa0424463275535201cbfab75c7d58715b (patch) | |
| tree | 8fe8aa08454376df0b378d9bf95dc3d14fb01d86 /Cargo.toml | |
| parent | d1689c5a984635ccc9b73eaa4c77b5d405e43345 (diff) | |
add better rust support
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
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 |
