concurrent, realtime write data structure.

really v0.1: fix Cargo.toml

Changed files
+1 -1
+1 -1
Cargo.toml
··· 3 3 version = "0.1.0" 4 4 edition = "2024" 5 5 categories = ["concurrency"] 6 - LICENSE = ["MIT OR Apache-2.0"] 6 + license = "MIT OR Apache-2.0" 7 7 keywords = ["real-time", "lock-free", "read-write", "concurrency", "no-std"] 8 8 authors = ["increasing <i@inkreas.ing>"] 9 9 readme = "README.md"