dumb_shit/longest_common_prefix/Cargo.toml

9 lines
190 B
TOML
Raw Normal View History

2022-10-26 02:36:44 +00:00
[package]
name = "longest_common_prefix"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]