initial version

This commit is contained in:
Robin Appelman 2020-07-18 17:35:08 +02:00
commit 9303972319
2 changed files with 302 additions and 4 deletions

View file

@ -7,3 +7,12 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = { version = "1.0", features = ["derive"] }
chrono = { version = "0.4", features = ["serde"] }
reqwest = { version = "0.10", features = ["json"] }
thiserror = "1.0"
hex = "0.4"
steamid-ng = "0.3"
[dev-dependencies]
tokio = { version = "0.2", features = ["macros"] }