10 lines
202 B
TOML
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
|