mirror of
https://github.com/ALEZ-DEV/Babylonia-terminal.git
synced 2025-12-16 01:18:50 +00:00
20 lines
574 B
TOML
20 lines
574 B
TOML
[package]
|
|
name = "babylonia-terminal-cli"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[[bin]]
|
|
name = "babylonia-terminal-cli"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
babylonia-terminal-sdk = "0.1.0" # { path = "./../babylonia-terminal-sdk" }
|
|
# downloader = { git = "https://github.com/ALEZ-DEV/downloader" } # version = "0.2.7",
|
|
downloader-for-babylonia-terminal = "0.1.0"
|
|
indicatif = "0.17.8"
|
|
log = "0.4.21"
|
|
simple_logger = "4.3.3"
|
|
tokio = { version = "1.37.0", features = ["full"] }
|
|
wincompatlib = "0.7.4"
|