This commit is contained in:
Joey Eamigh
2023-02-06 22:19:38 -05:00
commit 20d2ecc5f6
7 changed files with 1519 additions and 0 deletions

19
Cargo.toml Normal file
View File

@@ -0,0 +1,19 @@
[package]
name = "globalenter"
version = "0.1.0"
edition = "2021"
[[bin]]
name = "globalenter"
test = false
bench = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
reqwest = { version = "0.11.14", features = ["json"] }
tokio = { version = "1.25.0", features = ["full"] }
webbrowser = "0.8.7"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
chrono = "0.4.23"