diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2023-11-21 16:48:33 +0100 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2023-11-21 16:48:33 +0100 |
| commit | 1256c4248d2a3a9f73c2a14d997a337ba0eee2b4 (patch) | |
| tree | 85cf0b7a1bc33b9ffb40837295053285c14e8340 /Cargo.toml | |
initial commit
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
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..0cfbbe1 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,6 @@ +[workspace] +members = [ + "crates/core", +] + +resolver = "2"
\ No newline at end of file |
