1
Fork 0
leetcode/Cargo.toml

13 lines
192 B
TOML
Raw Normal View History

2022-04-06 12:29:45 +00:00
# https://doc.rust-lang.org/cargo/reference/manifest.html
[package]
name = "leetcode"
version = "0.0.0"
edition = "2021"
[lib]
path = "source/lib.rs"
2022-04-08 20:53:04 +00:00
[dev-dependencies]
test-case = "2.0.2"