mirror of
https://github.com/Swatinem/rust-cache.git
synced 2024-11-24 07:16:08 +08:00
15 lines
281 B
TOML
15 lines
281 B
TOML
[package]
|
|
name = "wasm-one"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
reqwest = "0.11.0"
|
|
async-std = "1"
|
|
tracing = "0.1"
|
|
tracing-futures = "0.2"
|
|
serde = "1"
|
|
serde_json = "1"
|