catscii/Cargo.toml
Lyle Mantooth 00c68d2a86
Initial commit.
Reqwest and tokio compile.
2023-05-13 14:54:41 -04:00

12 lines
246 B
TOML

[package]
name = "catscii"
version = "0.1.0"
authors = ["Amos Wenger <amos@fasterthanli.me>"]
edition = "2018"
[dependencies]
reqwest = { version = "0.11", features = ["json"] }
tokio = { version = "1", features = ["full"] }
[dev-dependencies]