diff options
Diffstat (limited to 'remove-one-element-to-make-the-array-strictly-increasing/Cargo.toml')
-rw-r--r-- | remove-one-element-to-make-the-array-strictly-increasing/Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/remove-one-element-to-make-the-array-strictly-increasing/Cargo.toml b/remove-one-element-to-make-the-array-strictly-increasing/Cargo.toml new file mode 100644 index 0000000..ccf1b7c --- /dev/null +++ b/remove-one-element-to-make-the-array-strictly-increasing/Cargo.toml @@ -0,0 +1,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] |