rust_study/Cargo.toml

9 lines
235 B
TOML
Raw Normal View History

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