mirror of
https://github.com/Swatinem/rust-cache.git
synced 2024-11-23 22:56:08 +08:00
14 lines
199 B
TOML
14 lines
199 B
TOML
[package]
|
|
publish = false
|
|
name = "wasm-one"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
reqwest = "0.11.0"
|
|
async-std = "1"
|
|
tracing = "0.1"
|
|
tracing-futures = "0.2"
|
|
serde = "1"
|
|
serde_json = "1"
|