JsonRPC/examples/Rust/Impl/Cargo.toml
2022-07-16 21:24:21 +00:00

8 lines
114 B
TOML

[package]
name = "test-impl"
version = "0.1.0"
edition = "2021"
[dependencies]
test = { path = "../Generated/" }