init version

This commit is contained in:
2025-07-17 23:46:07 +02:00
commit 08884ebffb
6 changed files with 645 additions and 0 deletions

8
Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "concurrent-linked-list"
version = "0.1.0"
edition = "2024"
[dependencies]
atomic_enum = "0.3.0"
parking_lot = { version = "0", default-features = false }