Skip to content

Commit 555c9e2

Browse files
systemd prototyping (#1960)
Summary: Pull Request resolved: #1960 Differential Revision: D87582955
1 parent 426225e commit 555c9e2

File tree

2 files changed

+665
-5
lines changed

2 files changed

+665
-5
lines changed

hyperactor_mesh/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,13 @@ criterion = { version = "0.5.1", features = ["async_tokio", "csv_output"] }
8989
itertools = "0.14.0"
9090
maplit = "1.0"
9191
proptest = "1.5"
92+
systemd = { version = "0.10.1", optional = true }
9293
timed_test = { version = "0.0.0", path = "../timed_test" }
9394
tracing-test = { version = "0.2.3", features = ["no-env-filter"] }
9495

96+
[features]
97+
default = []
98+
systemd = ["dep:systemd"]
99+
95100
[lints]
96101
rust = { unexpected_cfgs = { check-cfg = ["cfg(fbcode_build)"], level = "warn" } }

0 commit comments

Comments
 (0)