13 lines
266 B
TOML
13 lines
266 B
TOML
[package]
|
|
name = "red-black-tree-0"
|
|
edition = "2024"
|
|
|
|
[lints]
|
|
rust = { nonstandard_style = "allow" }
|
|
|
|
[dependencies]
|
|
binary-tree-core-0 = { version = "0.0.0", registry = "landgrafhomyak" }
|
|
|
|
[patch.landgrafhomyak]
|
|
binary-tree-core-0 = { path = "binary-tree-core-0" }
|