From 80d28b764c95891551e28c395783f5ff9d065743 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 28 Apr 2025 00:48:52 +0200 Subject: start with splitting server --- logic/Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 logic/Cargo.toml (limited to 'logic/Cargo.toml') diff --git a/logic/Cargo.toml b/logic/Cargo.toml new file mode 100644 index 0000000..4107c14 --- /dev/null +++ b/logic/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "logic" +version = "0.1.0" +edition = "2024" + +[dependencies] +jellybase = { path = "../base" } +jellycommon = { path = "../common" } +log = "0.4.27" +anyhow = "1.0.98" -- cgit v1.2.3-70-g09d2