diff options
| author | metamuffin <metamuffin@disroot.org> | 2026-02-19 12:44:54 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2026-02-19 12:44:54 +0100 |
| commit | b732b3022e931cd49ebee64fa140aeec3ae55cbc (patch) | |
| tree | bc87d4ac8670ade2ee31fa7a470916cd8d5eaec1 /logic/Cargo.toml | |
| parent | a197ab4dc250311255056d4b36a6da8653e1040c (diff) | |
| download | jellything-b732b3022e931cd49ebee64fa140aeec3ae55cbc.tar jellything-b732b3022e931cd49ebee64fa140aeec3ae55cbc.tar.bz2 jellything-b732b3022e931cd49ebee64fa140aeec3ae55cbc.tar.zst | |
remove old logic crate
Diffstat (limited to 'logic/Cargo.toml')
| -rw-r--r-- | logic/Cargo.toml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/logic/Cargo.toml b/logic/Cargo.toml deleted file mode 100644 index 883fe5e..0000000 --- a/logic/Cargo.toml +++ /dev/null @@ -1,17 +0,0 @@ -[package] -name = "jellylogic" -version = "0.1.0" -edition = "2024" - -[dependencies] -jellyimport = { path = "../import" } -jellycommon = { path = "../common" } -jellydb = { path = "../database" } -jellytranscoder = { path = "../transcoder" } -log = "0.4.28" -anyhow = "1.0.100" -serde = { version = "1.0.228", features = ["derive", "rc"] } -bincode = { version = "2.0.1", features = ["serde", "derive"] } -rand = "0.9.2" -env_logger = "0.11.8" -tokio = { workspace = true } |