mirror of
https://github.com/Noratrieb/am-i-cratered.git
synced 2026-01-14 17:55:01 +01:00
12 lines
No EOL
208 B
TOML
12 lines
No EOL
208 B
TOML
[package]
|
|
name = "amicratered"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
color-eyre = "0.6.2"
|
|
serde = { version = "1.0.151", features = ["derive"] }
|
|
serde_json = "1.0.91"
|
|
|
|
[profile.dev]
|
|
opt-level = 3 |