From 1256c4248d2a3a9f73c2a14d997a337ba0eee2b4 Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Tue, 21 Nov 2023 16:48:33 +0100 Subject: initial commit Signed-off-by: Henry Gressmann --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') 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 -- cgit v1.3.1