rust_study/Cargo.toml

9 lines
231 B
TOML
Raw Normal View History

2020-06-16 10:11:50 +00:00
[package]
name = "rust_study"
version = "0.1.0"
authors = ["ehlxr <ehlxr.me@gmail.com>"]
edition = "2018"
[dependencies]
hello_macro = { path = "../hello_macro" }
hello_macro_derive = { path = "../hello_macro/hello_macro_derive" }