summaryrefslogtreecommitdiffstats
path: root/crates/starship_cache/Cargo.toml
blob: d757eeef42ba68480f6f4f8b3f7495c6556fd1f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "starship_cache"
version = "0.1.0"
authors = ["Starship Contributors"]
description = "Intelligent caching for Starship"
edition = "2018"
license = "ISC"

[dependencies]
dirs = "3.0.2"
serde = { version = "1.0.126", features = ["derive"] }
thiserror = "1.0.25"
toml = "0.5.8"

[dev-dependencies]
tempfile = "3.2.0"