mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
041a7a90f3
Signed-off-by: strawberry <strawberry@puppygock.gay>
11 lines
202 B
TOML
11 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
|