b15f-rs/Cargo.toml

14 lines
218 B
TOML
Raw Normal View History

2022-12-09 19:49:54 +00:00
[package]
name = "b15f-rs"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "b15f"
path = "src/lib.rs"
[dependencies]