mirror of
https://github.com/openharmony/third_party_rust_signal-hook.git
synced 2026-07-01 20:44:18 -04:00
39e2254e5b
* Readme * Changelog * Travis setup * Licenses * Keywords and other Cargo metadata
22 lines
528 B
TOML
22 lines
528 B
TOML
[package]
|
|
name = "signal-hook"
|
|
version = "0.1.0"
|
|
authors = ["Michal 'vorner' Vaner <vorner@vorner.cz>"]
|
|
description = "Unix signal handling"
|
|
documentation = "https://docs.rs/signal-hook"
|
|
repository = "https://github.com/vorner/signal-hook"
|
|
readme = "README.md"
|
|
keywords = ["signal", "unix", "daemon"]
|
|
license = "Apache-2.0/MIT"
|
|
|
|
[badges]
|
|
travis-ci = { repository = "vorner/signal-hook" }
|
|
maintenance = { status = "actively-developed" }
|
|
|
|
[dependencies]
|
|
arc-swap = "~0.1.2"
|
|
libc = "~0.2"
|
|
|
|
[dev-dependencies]
|
|
version-sync = "~0.5"
|