mirror of
https://github.com/Noratrieb/cargo-minimize.git
synced 2026-01-14 16:35:01 +01:00
11 lines
203 B
TOML
11 lines
203 B
TOML
[workspace]
|
|
|
|
[package]
|
|
name = "uwu"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
is-even = "1.0.0"
|