summaryrefslogtreecommitdiff
path: root/find-all-lonely-numbers-in-the-array/Cargo.toml
blob: 38ec18597977b4771e20347f87a556d904c7cef6 (plain)
1
2
3
4
5
6
7
8
[package]
name = "find-all-lonely-numbers-in-the-array"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]