mirror of
https://github.com/Swatinem/rust-cache.git
synced 2024-11-23 06:16:07 +08:00
11 lines
303 B
TOML
11 lines
303 B
TOML
[package]
|
|
publish = false
|
|
name = "rust-cache"
|
|
version = "0.1.0"
|
|
authors = ["Arpad Borsos <arpad.borsos@googlemail.com>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
reqwest = "0.11.11"
|
|
watto = { git = "https://github.com/getsentry/watto", rev = "d71c8218506bddba102a124a460d64da25e303dc", features = ["strings"] }
|