usdpl-rs/usdpl-back/Cargo.toml

10 lines
238 B
TOML
Raw Normal View History

2022-06-08 01:05:04 +01:00
[package]
name = "usdpl-back"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
usdpl-core = { version = "0.1.0", path = "../usdpl-core" }