mirror of
https://codeberg.org/Toasterson/ips.git
synced 2026-04-10 13:20:42 +00:00
22 lines
No EOL
697 B
TOML
22 lines
No EOL
697 B
TOML
[package]
|
|
name = "pkg6dev"
|
|
version = "0.1.1"
|
|
authors = ["Till Wegmueller <till.wegmueller@openflowlabs.com>"]
|
|
edition = "2018"
|
|
license-file = "LICENSE"
|
|
description = "Helper tool for IPS package development"
|
|
repository = "https://github.com/OpenFlowLabs/ips"
|
|
readme = "README.md"
|
|
keywords = ["packaging", "illumos"]
|
|
|
|
# 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 = "0.3"
|
|
miette = { version = "7", features = ["fancy"] }
|
|
thiserror = "2"
|
|
anyhow = "1.0" |