ips/pkg6dev/Cargo.toml

22 lines
688 B
TOML
Raw Normal View History

2021-03-21 14:12:03 -03:00
[package]
name = "pkg6dev"
version.workspace = true
authors.workspace = true
edition.workspace = true
license-file.workspace = true
2021-04-24 23:20:36 -03:00
description = "Helper tool for IPS package development"
repository.workspace = true
readme.workspace = true
keywords.workspace = true
2021-03-21 14:12:03 -03:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
libips = {path = "../libips", version = "0.1"}
userland = {path = "../userland", version = "*"}
clap = {version = "4", features = [ "derive" ] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
miette = { version = "7", features = ["fancy"] }
thiserror = "2"
anyhow = "1.0"