autobar/libautobar/Cargo.toml

12 lines
229 B
TOML
Raw Normal View History

2022-07-15 13:55:35 -05:00
[package]
name = "libautobar"
version = "0.0.1"
2022-07-15 13:55:35 -05:00
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "autobar"
crate-type = ["staticlib"]
2022-07-15 13:55:35 -05:00
[dependencies]