mirror of
https://github.com/a-mayb3/godo-launcher.git
synced 2026-03-21 09:55:38 +01:00
Added authors value in Cargo.toml
This commit is contained in:
parent
a98d93ffd1
commit
218a8ccbc0
1 changed files with 3 additions and 0 deletions
|
|
@ -2,9 +2,12 @@
|
|||
name = "godo-launcher"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
authors = ["Edoardo Borgia Leiva <edoardo.borgia.leiva@outlook.com>"]
|
||||
|
||||
[dependencies]
|
||||
colog = "1.3.0"
|
||||
log = "0.4.22"
|
||||
ratatui = "0.29.0"
|
||||
reqwest = { version = "0.12", features = ["blocking", "json"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0.134"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue