-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathCargo.toml
More file actions
31 lines (30 loc) · 703 Bytes
/
Cargo.toml
File metadata and controls
31 lines (30 loc) · 703 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[package]
name = "firestarter"
version = "0.3.3"
authors = ["mopemope <yutaka.matsubara@gmail.com>"]
description = "A process and shared socket manager"
keywords = ["socket", "process-manager", "systemd", "socketactivation"]
homepage = "https://github.com/mopemope/firestarter"
repository = "https://github.com/mopemope/firestarter"
readme = "README.md"
license = "MIT/Apache-2.0"
exclude = ["demo"]
edition = "2018"
[dependencies]
clap = "2.3"
anyhow = "1.0.19"
regex = "1.2"
lazy_static = "1.2"
log = "0.4"
env_logger = "0.7"
console = "0.9"
libc = "0.2"
toml = "0.5.3"
mio = "0.6.14"
serde = "1.0.88"
serde_derive = "1.0.88"
serde_json = "1.0"
nix = "0.17"
chrono = "0.4.2"
glob = "0.3"
nom = "4.2"