mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-02-12 04:39:19 +00:00
Added comments for clarity in main function
This commit is contained in:
parent
24ee0ca971
commit
96ad725aee
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -560,6 +560,10 @@ version = "1.15.1"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
|
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "src"
|
||||||
|
version = "6.5.0"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "strsim"
|
name = "strsim"
|
||||||
version = "0.11.1"
|
version = "0.11.1"
|
||||||
|
|||||||
@ -3,6 +3,7 @@ exclude = [
|
|||||||
"tests/test_exercises",
|
"tests/test_exercises",
|
||||||
"dev",
|
"dev",
|
||||||
]
|
]
|
||||||
|
members = ["src"]
|
||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
version = "6.5.0"
|
version = "6.5.0"
|
||||||
|
|||||||
17
src/Cargo.toml
Normal file
17
src/Cargo.toml
Normal 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
|
||||||
Loading…
x
Reference in New Issue
Block a user