2021-03-21 14:12:03 -03:00
|
|
|
[package]
|
|
|
|
|
name = "pkg6dev"
|
2021-05-01 16:05:28 -03:00
|
|
|
version = "0.1.1"
|
2021-03-21 14:12:03 -03:00
|
|
|
authors = ["Till Wegmueller <till.wegmueller@openflowlabs.com>"]
|
|
|
|
|
edition = "2018"
|
|
|
|
|
license-file = "LICENSE"
|
2021-04-24 23:20:36 -03:00
|
|
|
description = "Helper tool for IPS package development"
|
|
|
|
|
repository = "https://github.com/OpenFlowLabs/ips"
|
2021-03-21 14:12:03 -03:00
|
|
|
readme = "README.md"
|
|
|
|
|
keywords = ["packaging", "illumos"]
|
|
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2021-05-01 16:05:28 -03:00
|
|
|
libips = {path = "../libips", version = "0.1.1"}
|
2021-05-01 16:21:17 -03:00
|
|
|
userland = {path = "../userland", version = "0.1.1"}
|
2022-03-24 19:48:41 -03:00
|
|
|
anyhow = "1.0.56"
|
|
|
|
|
clap = {version = "3.1.6", features = [ "derive" ] }
|