summaryrefslogtreecommitdiff
path: root/minimum-operations-to-reduce-x-to-zero/Cargo.toml
blob: 0630adffb85802ebf2d1f8256f7b3e4d2b98a27d (plain)
1
2
3
4
5
6
7
8
[package]
name = "minimum-operations-to-reduce-x-to-zero"
version = "0.1.0"
edition = "2021"

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

[dependencies]