summaryrefslogtreecommitdiff
path: root/remove-one-element-to-make-the-array-strictly-increasing/Cargo.toml
blob: ccf1b7ce2fd76fefd5b0a72743b5a1993cd4b970 (plain)
1
2
3
4
5
6
7
8
[package]
name = "remove-one-element-to-make-the-array-strictly-increasing"
version = "0.1.0"
edition = "2021"

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

[dependencies]