36dc12c59b
* dcf 2.0.3 * emojis 1.0.1 * evdev 2.0.2 * inotify 2.0.1 * json 5.0.3 * spoon 1.0.1 * weechat_ada 3.0.1 * zipdcf 2.0.3 * wayland-ada 1.0.0 crates * canberra 2.0.2 * Fix pre-build action in wayland_client_ada 1.0.0 * xdg_base_dir 1.0.0
23 lines
560 B
TOML
23 lines
560 B
TOML
name = "spoon"
|
|
description = "Use posix_spawn() to spawn processes without forking"
|
|
version = "1.0.1"
|
|
website = "https://github.com/onox/spoon"
|
|
licenses = "Apache-2.0"
|
|
tags = ["posix", "spawn", "process"]
|
|
|
|
authors = ["onox"]
|
|
maintainers = ["onox <denkpadje@gmail.com>"]
|
|
maintainers-logins = ["onox"]
|
|
|
|
[available.'case(os)']
|
|
'linux|macos' = true
|
|
'...' = false
|
|
|
|
[build-switches]
|
|
validation.compile_checks = "warnings"
|
|
"*".style_checks = ["-gnatygAO-Is"]
|
|
|
|
[origin]
|
|
commit = "c07167a55d5fa2ebbfa7ff4689959e08128e8a69"
|
|
url = "git+https://github.com/onox/spoon.git"
|