Initial commit
This commit is contained in:
commit
27ec357036
2
.cargo/config.toml
Normal file
2
.cargo/config.toml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
[registries]
|
||||||
|
landgrafhomyak = { index = "sparse+https://cargo.landgrafhomyak.ru/" }
|
||||||
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
/.idea/
|
||||||
|
Cargo.lock
|
||||||
|
target/
|
||||||
6
.gitmodules
vendored
Normal file
6
.gitmodules
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
[submodule "binary-tree-utilities-0"]
|
||||||
|
path = binary-tree-utilities-0
|
||||||
|
url = https://git.landgrafhomyak.ru/Algorithms/binary-tree-utilities-0.rs
|
||||||
|
[submodule "binary-tree-core-0"]
|
||||||
|
path = binary-tree-core-0
|
||||||
|
url = https://git.landgrafhomyak.ru/Algorithms/binary-tree-core-0.rs
|
||||||
12
Cargo.toml
Normal file
12
Cargo.toml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
[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" }
|
||||||
1
binary-tree-core-0
Submodule
1
binary-tree-core-0
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 58be1f002339ddf6d56f2c38fea830f67a59dc9c
|
||||||
Loading…
Reference in New Issue
Block a user