Split core and TUI crates

This commit is contained in:
Mikhail Kilin
2026-05-20 00:31:18 +03:00
parent 91a8700b8e
commit eefac431e5
238 changed files with 624 additions and 191 deletions

17
Cargo.lock generated
View File

@@ -3942,6 +3942,22 @@ version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20b1c6703d2284b9d4ddb620cd350f726a1c43bb6f7801f4361b55db2421caa8"
[[package]]
name = "tele-core"
version = "0.1.0"
dependencies = [
"async-trait",
"base64",
"chrono",
"serde",
"serde_json",
"tdlib-rs",
"thiserror 1.0.69",
"tokio",
"tokio-test",
"tracing",
]
[[package]]
name = "tele-tui"
version = "0.1.0"
@@ -3964,6 +3980,7 @@ dependencies = [
"serde",
"serde_json",
"tdlib-rs",
"tele-core",
"termwright",
"thiserror 1.0.69",
"tokio",