| 1 |
[package] |
| 2 |
name = "rush-job" |
| 3 |
version.workspace = true |
| 4 |
edition.workspace = true |
| 5 |
authors.workspace = true |
| 6 |
license.workspace = true |
| 7 |
repository.workspace = true |
| 8 |
|
| 9 |
[dependencies] |
| 10 |
nix = { workspace = true } |
| 11 |
thiserror = { workspace = true } |