mirror of
https://github.com/Noratrieb/am-i-cratered.git
synced 2026-01-16 18:45:02 +01:00
create json
This commit is contained in:
parent
342c67ac55
commit
daa1791da6
4 changed files with 405 additions and 5 deletions
|
|
@ -3,6 +3,10 @@ name = "amicratered"
|
|||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
color-eyre = "0.6.2"
|
||||
serde = { version = "1.0.151", features = ["derive"] }
|
||||
serde_json = "1.0.91"
|
||||
|
||||
[profile.dev]
|
||||
opt-level = 3
|
||||
Loading…
Add table
Add a link
Reference in a new issue