Added comments for clarity in main function

This commit is contained in:
unknown 2026-02-07 16:41:39 +01:00
parent 24ee0ca971
commit 96ad725aee
3 changed files with 22 additions and 0 deletions

4
Cargo.lock generated
View File

@ -560,6 +560,10 @@ version = "1.15.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
[[package]]
name = "src"
version = "6.5.0"
[[package]]
name = "strsim"
version = "0.11.1"

View File

@ -3,6 +3,7 @@ exclude = [
"tests/test_exercises",
"dev",
]
members = ["src"]
[workspace.package]
version = "6.5.0"

17
src/Cargo.toml Normal file
View File

@ -0,0 +1,17 @@
[package]
name = "src"
version.workspace = true
authors.workspace = true
repository.workspace = true
license.workspace = true
edition.workspace = true
rust-version.workspace = true
[dependencies]
[[bin]]
name = "src"
path = "main.rs"
[lints]
workspace = true