JsonRPC/examples/Rust/Impl/Cargo.toml

8 lines
114 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]
2022-07-16 21:24:21 +00:00
test = { path = "../Generated/" }