ips/pkg6dev/Cargo.toml

18 lines
547 B
TOML
Raw Normal View History

2021-03-21 14:12:03 -03:00
[package]
name = "pkg6dev"
version = "0.0.1-placeholder"
authors = ["Till Wegmueller <till.wegmueller@openflowlabs.com>"]
edition = "2018"
license-file = "LICENSE"
description = "The repository server for IPS written in rust"
repository = "https://github.com/OpenFlowLabs/pkg6dev"
readme = "README.md"
keywords = ["packaging", "illumos"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2021-04-19 09:35:05 -03:00
libips = {path = "../libips"}
failure = "0.1.8"
failure_derive = "0.1.8"
clap = "~3.0.0-beta.2"