Files
continuwuity/hot_lib/Cargo.toml
T

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

11 lines
202 B
TOML
Raw Normal View History

[package]
2024-04-28 18:54:27 -04:00
name = "hot_lib"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["rlib", "dylib"]
2024-04-28 19:55:53 -04:00
# cargo watch -w hot_lib -x 'build -p hot_lib'
# ^this will rebuild upon cargo detecting any changes