liminix/pkgs/limiswitch/Cargo.toml
Raito Bezarius 54bcc78a96
All checks were successful
build liminix / build_vm_qemu_mips (pull_request) Successful in 29s
limiswitch: init
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-09-17 13:48:38 +02:00

10 lines
274 B
TOML

[package]
name = "limiswitch"
version = "0.1.0"
edition = "2021"
[dependencies]
clap = { version = "4.5.17", features = ["derive"] }
thiserror = "1.0.63"
tracing = { version = "0.1.40", features = ["max_level_debug", "release_max_level_info"] }
tracing-indicatif = "0.3.6"