rust/src/build_helper/Cargo.toml
2019-02-04 01:05:45 +09:00

10 lines
154 B
TOML

[package]
name = "build_helper"
version = "0.1.0"
authors = ["The Rust Project Developers"]
edition = "2018"
[lib]
name = "build_helper"
path = "lib.rs"