|
root / base / hammerhead-userland / package.toml
package.toml TOML 21 lines 607 B
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
# hammerhead-userland - Commands, libraries, headers, and system configuration
# https://git.sharkos.one/zygaena/hammerhead

[package]
name = "hammerhead-userland"
version = "0.1.0"
release = 1
description = "Hammerhead userland: commands, libraries, headers, and system configuration"
url = "https://git.sharkos.one/zygaena/hammerhead"
license = "CDDL-1.0"
maintainer = "Chris Tusa <chris.tusa@leafscale.com>"
arch = "x86_64"
conflicts = ["illumos-core", "illumos-libs", "illumos-utils", "illumos-config", "illumos-smf"]

[dependencies]
runtime = ["hammerhead-kernel"]
build = []

[build]
parallel = false