13 lines
268 B
TOML
13 lines
268 B
TOML
|
|
[package]
|
||
|
|
name = "jobkit-daemon"
|
||
|
|
version.workspace = true
|
||
|
|
edition.workspace = true
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
jobkit = { git = "https://evilpiepirate.org/git/jobkit.git/" }
|
||
|
|
serde = { version = "1", features = ["derive"] }
|
||
|
|
serde_json = "1"
|
||
|
|
chrono = "0.4"
|
||
|
|
libc = "0.2"
|
||
|
|
log = "0.4"
|