spoon 1.0.0 (#580)

This commit is contained in:
onox
2022-07-29 13:00:39 +02:00
committed by GitHub
parent 639941bf3c
commit c5f9c524e8
+18
View File
@@ -0,0 +1,18 @@
name = "spoon"
description = "Use posix_spawn() to spawn processes without forking"
version = "1.0.0"
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
[origin]
commit = "9986379e296d4b9cdb3943d159be97320368e20c"
url = "git+https://github.com/onox/spoon.git"