summaryrefslogtreecommitdiff
path: root/two-sum/Cargo.toml
blob: 540b82523476b5d44ae62319a43eeabc668801d9 (plain)
1
2
3
4
5
6
7
8
[package]
name = "two-sum"
version = "0.1.0"
edition = "2021"

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

[dependencies]