summaryrefslogtreecommitdiff
path: root/remove-all-occurrences-of-a-substring/Cargo.toml
blob: d872dccad38ffbd4d2b751d5ae1c2ee55e7c8007 (plain)
1
2
3
4
5
6
7
8
[package]
name = "remove-all-occurrences-of-a-substring"
version = "0.1.0"
edition = "2021"

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

[dependencies]