Files
LACT/daemon/Cargo.toml
dependabot-preview[bot] b83af4a841 Rebase
Updates the requirements on [signal-hook](https://github.com/vorner/signal-hook) to permit the latest version.
- [Release notes](https://github.com/vorner/signal-hook/releases)
- [Changelog](https://github.com/vorner/signal-hook/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vorner/signal-hook/compare/v0.1.0...v0.3.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-26 12:04:18 +02:00

18 lines
403 B
TOML

[package]
name = "daemon"
version = "0.1.0"
authors = ["Ilya Zlobintsev <ilya.zl@protonmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bincode = "1.3"
serde = { version = "1.0", features = ["derive", "rc"] }
serde_json = "1.0"
vulkano = "0.20"
log = "0.4"
env_logger = "0.8"
rand = "0.8"
signal-hook = "0.3"