+1
-1
Cargo.toml
+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"