summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorihciah <[email protected]>2021-12-02 14:38:25 +0800
committerihciah <[email protected]>2021-12-02 14:38:25 +0800
commit9df6a26f2f51aba824ceeee21179fbff4dd42d49 (patch)
tree031cacffb874f003a313d5fe6094751927efcdf0 /Cargo.toml
Init: open-source
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..a57dae5
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,10 @@
+[workspace]
+
+members = [
+ "monoio",
+ "monoio-macros",
+ "monoio-compat",
+
+ # Internal
+ "examples"
+] \ No newline at end of file