DEVELOPMENT ENVIRONMENT

~liljamo/wallhavenapirandom

ref: ce74b238541c74700bc23ffdd6659e089f887c8a wallhavenapirandom/Cargo.toml -rw-r--r-- 380 bytes
ce74b238Jonni Liljamo feat: dockerius filius 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"