Split core and TUI crates
This commit is contained in:
17
Cargo.lock
generated
17
Cargo.lock
generated
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user