Skip to content

Commit e7384a1

Browse files
committed
Use lockness
Signed-off-by: Alex Saveau <[email protected]>
1 parent fb03ae5 commit e7384a1

File tree

4 files changed

+324
-298
lines changed

4 files changed

+324
-298
lines changed

Cargo.lock

Lines changed: 21 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fuc_engine/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@ license.workspace = true
1111

1212
[dependencies]
1313
bon = "3.6.3"
14-
crossbeam-channel = "0.5.15"
1514
thiserror = "2.0.12"
1615
tracing = { version = "0.1.41", default-features = false, features = ["attributes"], optional = true }
1716

1817
[target.'cfg(target_os = "linux")'.dependencies]
18+
lockness-bags = { path = "/home/asaveau/Desktop/wip/lockness/bags" }
19+
lockness-executor = { path = "/home/asaveau/Desktop/wip/lockness/executor" }
1920
rustix = { version = "1.0.7", features = ["fs", "thread", "linux_latest"] }
2021

2122
[target.'cfg(not(target_os = "linux"))'.dependencies]

0 commit comments

Comments
 (0)