continuwuity/hot_lib/Cargo.toml
strawberry 041a7a90f3 hot lib things again
Signed-off-by: strawberry <strawberry@puppygock.gay>
2024-05-03 01:52:29 -04:00

10 lines
202 B
TOML

[package]
name = "hot_lib"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["rlib", "dylib"]
# cargo watch -w hot_lib -x 'build -p hot_lib'
# ^this will rebuild upon cargo detecting any changes