diff options
| author | ihciah <[email protected]> | 2021-12-02 14:38:25 +0800 |
|---|---|---|
| committer | ihciah <[email protected]> | 2021-12-02 14:38:25 +0800 |
| commit | 9df6a26f2f51aba824ceeee21179fbff4dd42d49 (patch) | |
| tree | 031cacffb874f003a313d5fe6094751927efcdf0 /Cargo.toml | |
Init: open-source
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 10 |
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 |
