lib-nested/math/int2str/Cargo.toml

10 lines
211 B
TOML
Raw Normal View History

2021-04-19 05:02:46 +02:00
[package]
name = "int2str"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
nested = { path = "../../nested" }