Private
Public Access
1
0

Add 'core/' from commit 'b0dfc4146ca0da535a87f8509aec68817fb2ab14'

git-subtree-dir: core
git-subtree-mainline: a07f3dcd23
git-subtree-split: b0dfc4146c
This commit is contained in:
2025-09-06 19:33:33 -07:00
83 changed files with 12352 additions and 0 deletions

12
core/utilities/Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "kordophone-utilities"
version = "0.1.0"
edition = "2024"
[dependencies]
env_logger = "0.11.5"
futures-util = "0.3.31"
hyper = { version = "0.14" }
kordophone = { path = "../kordophone" }
log = { version = "0.4.21", features = [] }
tokio = { version = "1.37.0", features = ["full"] }