ips/pkg6dev/Cargo.toml
Till Wegmueller 3481814af2 Switch to anyhow and thiserror
Update clap to version 3
Make golang file parseable by removing line breaks
2022-03-24 19:48:41 -03:00

18 lines
No EOL
602 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.1"}
userland = {path = "../userland", version = "0.1.1"}
anyhow = "1.0.56"
clap = {version = "3.1.6", features = [ "derive" ] }