DEVELOPMENT ENVIRONMENT

~liljamo/wallhavenapirandom

ref: 1ef5d361fe64d521257b4f855bc4069e69053264 wallhavenapirandom/Cargo.toml -rw-r--r-- 380 bytes
1ef5d361Jonni Liljamo feat: initial version 1 year, 8 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
[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"