rust/crates/proc-macro-srv-cli/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
339 B
TOML
Raw Normal View History

2022-07-23 15:47:34 -05:00
[package]
name = "proc-macro-srv-cli"
version = "0.0.0"
description = "TBD"
license = "MIT OR Apache-2.0"
edition = "2021"
rust-version = "1.57"
[dependencies]
proc-macro-srv = { version = "0.0.0", path = "../proc-macro-srv" }
[features]
sysroot-abi = ["proc-macro-srv/sysroot-abi"]
2022-07-24 07:53:20 -05:00
[[bin]]
name = "proc-macro-srv"
path = "src/main.rs"