rust-simple-json/Cargo.toml
2022-03-22 08:07:14 +01:00

10 lines
266 B
TOML

[package]
name = "derive-mytrait"
version = "0.1.0"
authors = ["imbolc <me@imbolc.name>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
mytrait-derive = { path = "mytrait-derive" }