Files
concurrent-linked-list/Cargo.toml

9 lines
241 B
TOML

[package]
name = "concurrent-linked-list"
version = "0.1.0"
edition = "2024"
[dependencies]
dst-clone = { git = "https://git.javalsai.tuxcord.net/tuxcord/dst-clone", version = "0" }
parking_lot = { version = "0", default-features = false }