29 lines
1 KiB
TOML
29 lines
1 KiB
TOML
[package]
|
|
name = "shelly"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
description = "A shell for a computadora"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
clap = { version = "4.5.20", features = ["debug", "derive"] }
|
|
iced = { version = "0.13.1", features = ["tokio", "advanced", "svg", "image", "wgpu"]}
|
|
iced_runtime = { version = "0.13", features = [ "multi-window" ] }
|
|
miette = { version = "7.2.0", features = ["fancy"] }
|
|
pretty_assertions = "1.4.1"
|
|
serde = { version = "1.0.213", features = ["derive"] }
|
|
tracing = "0.1.40"
|
|
tracing-subscriber = { version = "0.3.18", features = ["fmt", "std", "chrono", "time", "local-time", "env-filter"] }
|
|
ron = "0.8.1"
|
|
dirs = "5.0.1"
|
|
tokio = "1.41.1"
|
|
crisp = { git = "https://git.tfcconnection.org/chris/crisp", version = "0.1.3" }
|
|
iced_layershell = "0.13.0"
|
|
chrono = "0.4.39"
|
|
sysinfo = "0.35.0"
|
|
hyprland = { git = "https://github.com/hyprland-community/hyprland-rs", branch = "master" }
|
|
system-tray = "0.7.0"
|
|
freedesktop-icons = "0.4.0"
|
|
|