r9/f9/Cargo.toml
aozhiwei 4fe57b7a7b 1
2023-10-29 14:23:03 +08:00

12 lines
326 B
TOML

[package]
name = "f9"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
r9 = { path = "../../third_party/r9" }
r9_macro = { path = "../../third_party/r9_macro" }
r9_macro_derive = { path = "../../third_party/r9_macro_derive" }