aboutsummaryrefslogtreecommitdiff
path: root/karyons_core/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'karyons_core/Cargo.toml')
-rw-r--r--karyons_core/Cargo.toml16
1 files changed, 0 insertions, 16 deletions
diff --git a/karyons_core/Cargo.toml b/karyons_core/Cargo.toml
deleted file mode 100644
index 712b7db..0000000
--- a/karyons_core/Cargo.toml
+++ /dev/null
@@ -1,16 +0,0 @@
-[package]
-name = "karyons_core"
-version = "0.1.0"
-edition = "2021"
-
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
-
-[dependencies]
-smol = "1.3.0"
-pin-project-lite = "0.2.13"
-log = "0.4.20"
-bincode = { version="2.0.0-rc.3", features = ["derive"]}
-chrono = "0.4.30"
-rand = "0.8.5"
-thiserror = "1.0.47"
-dirs = "5.0.1"