Initial repo files + .idea files

This commit is contained in:
Marta Borgia Leiva 2024-12-15 17:45:30 +01:00
parent 1871967d46
commit d5261cad8f
No known key found for this signature in database
GPG key ID: 66835B73EC3C3303
7 changed files with 51 additions and 1 deletions

9
Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "godo-launcher"
version = "0.1.0"
edition = "2021"
[dependencies]
reqwest = "0.12.9"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"