summaryrefslogtreecommitdiff
path: root/find-smallest-letter-greater-than-target/Cargo.toml
blob: f5086d41f9fb2812fdc30beaf30fb9908d23ce01 (plain)
1
2
3
4
5
6
7
8
[package]
name = "find-smallest-letter-greater-than-target"
version = "0.1.0"
edition = "2021"

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

[dependencies]