Skip to content

Commit b467b85

Browse files
systemd prototyping (meta-pytorch#1960)
Summary: Pull Request resolved: meta-pytorch#1960 Differential Revision: D87582955
1 parent 426225e commit b467b85

File tree

2 files changed

+694
-5
lines changed

2 files changed

+694
-5
lines changed

hyperactor_mesh/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ serde_bytes = "0.11"
7474
serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] }
7575
serde_multipart = { version = "0.0.0", path = "../serde_multipart" }
7676
strum = { version = "0.27.1", features = ["derive"] }
77+
systemd = { version = "0.10.1", optional = true }
7778
tempfile = "3.22"
7879
thiserror = "2.0.12"
7980
tokio = { version = "1.47.1", features = ["full", "test-util", "tracing"] }
@@ -92,5 +93,9 @@ proptest = "1.5"
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)