summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2022-09-13 17:18:12 +0200
committermetamuffin <metamuffin@disroot.org>2022-09-13 17:18:12 +0200
commit7e88c11cbf817cb6cdbaf9b9f55564c4f9081e26 (patch)
tree23c151e7cc7a6650f34b1db6b6ce94f3871ea3f7 /Cargo.toml
parent1b7116fedcfaef6410e3ff48ea16e893d8bb5989 (diff)
downloadkeks-meet-7e88c11cbf817cb6cdbaf9b9f55564c4f9081e26.tar
keks-meet-7e88c11cbf817cb6cdbaf9b9f55564c4f9081e26.tar.bz2
keks-meet-7e88c11cbf817cb6cdbaf9b9f55564c4f9081e26.tar.zst
port crypto to rust
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..fb9f30e
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,2 @@
+[workspace]
+members = ["server", "client-native-rift"]