1
0
Fork 0
mirror of https://github.com/Findus23/prettypwd.git synced 2024-09-19 15:13:49 +02:00
prettypwd/Cargo.toml

11 lines
128 B
TOML
Raw Permalink Normal View History

2022-02-05 21:16:50 +01:00
[package]
name = "prettypwd"
2022-02-05 21:43:52 +01:00
version = "0.1.1"
2022-02-05 21:16:50 +01:00
edition = "2021"
[dependencies]
[profile.release]
lto = true
2022-07-10 01:18:54 +02:00
strip = "symbols"