Initial commit
This commit is contained in:
16
Cargo.toml
Normal file
16
Cargo.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
[package]
|
||||
name = "temperature-numerics"
|
||||
version = "0.1.0"
|
||||
authors = ["Anders Olsson <anders.e.olsson@gmail.com>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
enum-map = "1.1"
|
||||
reqwest = "0.11"
|
||||
scraper = "0.12"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
strum = { version = "0.21", features = ["derive"] }
|
||||
thiserror = "1.0"
|
||||
tokio = { version = "1.7", features = ["macros", "rt-multi-thread", "sync", "time", "signal"] }
|
||||
warp = { version = "0.3", default-features = false }
|
||||
Reference in New Issue
Block a user