DEVELOPMENT ENVIRONMENT

~liljamo/wallhavenapirandom

wallhavenapirandom/Cargo.toml -rw-r--r-- 454 bytes
5c24f302Jonni Liljamo fix: oh wait i cant do that 1 year, 8 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "wallhavenapirandom"
version = "0.1.0"
authors = ["Jonni Liljamo <jonni@liljamo.com>"]
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
actix-web = "4.2.1"
reqwest = { version = "0.11.13", features = ["json"] }
serde = { version = "1.0.152", features = ["derive"] }
rand = "0.8.5"
openssl = { version = "0.10.45", features = ["vendored"] }
log = "0.4.17"