Initial commit

This commit is contained in:
Andrew Golovashevich 2025-12-23 13:49:04 +03:00
commit db38b824d8
4 changed files with 11 additions and 0 deletions

2
.cargo/config.toml Normal file
View File

@ -0,0 +1,2 @@
[registries]
landgrafhomyak = { index = "sparse+https://cargo.landgrafhomyak.ru/" }

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
/.idea/
Cargo.lock
target/

6
Cargo.toml Normal file
View File

@ -0,0 +1,6 @@
[package]
name = "binary-tree-utilities"
version = "0.0.0"
edition = "2024"
[dependencies]

0
src/lib.rs Normal file
View File