JsonRPC/examples/Rust/Impl/Cargo.toml

8 lines
108 B
TOML
Raw Normal View History

2022-07-16 21:22:16 +00:00
[package]
name = "test-impl"
version = "0.1.0"
edition = "2021"
[dependencies]
test = { path = "../Gen/" }