mirror of
https://github.com/ALEZ-DEV/Babylonia-terminal.git
synced 2025-12-15 00:48:52 +00:00
Update Cargo.toml
This commit is contained in:
parent
0f7fa5ba0d
commit
e239c1a3dd
@ -6,3 +6,6 @@ members = [
|
|||||||
"babylonia-terminal-gui",
|
"babylonia-terminal-gui",
|
||||||
"babylonia-terminal-sdk",
|
"babylonia-terminal-sdk",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[workspace.dependencies]
|
||||||
|
downloader = { git = "https://github.com/ALEZ-DEV/downloader" } # version = "0.2.7",
|
||||||
|
|||||||
@ -16,7 +16,7 @@ babylonia-terminal-sdk = { path = "./../babylonia-terminal-sdk" }
|
|||||||
clap = { version = "4.5.7", features = ["derive"] }
|
clap = { version = "4.5.7", features = ["derive"] }
|
||||||
derive = "1.0.0"
|
derive = "1.0.0"
|
||||||
dialoguer = "0.11.0"
|
dialoguer = "0.11.0"
|
||||||
downloader = { git = "https://github.com/ALEZ-DEV/downloader" } # version = "0.2.7",
|
downloader = { workspace = true }
|
||||||
indicatif = "0.17.8"
|
indicatif = "0.17.8"
|
||||||
log = "0.4.21"
|
log = "0.4.21"
|
||||||
simple_logger = "4.3.3"
|
simple_logger = "4.3.3"
|
||||||
|
|||||||
@ -11,7 +11,7 @@ relm4-components = "0.9.1"
|
|||||||
wincompatlib = "0.7.5"
|
wincompatlib = "0.7.5"
|
||||||
relm4 = { version = "0.9.1", features = ["libadwaita"] }
|
relm4 = { version = "0.9.1", features = ["libadwaita"] }
|
||||||
libadwaita = { version = "0.7.1", features = ["v1_4"] }
|
libadwaita = { version = "0.7.1", features = ["v1_4"] }
|
||||||
downloader = { git = "https://github.com/ALEZ-DEV/downloader" } # version = "0.2.7",
|
downloader = { workspace = true }
|
||||||
rfd = "0.15.2"
|
rfd = "0.15.2"
|
||||||
arboard = { version = "3.4.1", features = ["wayland-data-control"] }
|
arboard = { version = "3.4.1", features = ["wayland-data-control"] }
|
||||||
|
|
||||||
|
|||||||
@ -15,7 +15,7 @@ anyhow = "1.0.81"
|
|||||||
chksum-md5 = { version = "0.0.0", features = ["reader"] }
|
chksum-md5 = { version = "0.0.0", features = ["reader"] }
|
||||||
dirs = "5.0.1"
|
dirs = "5.0.1"
|
||||||
dotenv = "0.15.0"
|
dotenv = "0.15.0"
|
||||||
downloader = { git = "https://github.com/ALEZ-DEV/downloader" } # version = "0.2.7",
|
downloader = { workspace = true }
|
||||||
flate2 = "1.0.28"
|
flate2 = "1.0.28"
|
||||||
fs_extra = "1.3.0"
|
fs_extra = "1.3.0"
|
||||||
futures = "0.3.30"
|
futures = "0.3.30"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user