Files
SpacetimeDB/crates/paths/Cargo.toml
Noa 742303ca49 Bump rust-toolchain to rust 1.88 (#2749)
Co-authored-by: Mazdak Farrokhzad <twingoow@gmail.com>
2025-07-15 17:39:41 +00:00

29 lines
632 B
TOML

[package]
name = "spacetimedb-paths"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license-file = "LICENSE"
description = "The spacetimedb directory structure, represented as a type hierarchy"
[dependencies]
anyhow.workspace = true
chrono = { workspace = true, features = ["now"] }
fs2.workspace = true
itoa.workspace = true
serde.workspace = true
thiserror.workspace = true
[target.'cfg(windows)'.dependencies]
dirs.workspace = true
junction.workspace = true
[target.'cfg(not(windows))'.dependencies]
xdg.workspace = true
[dev-dependencies]
tempfile.workspace = true
[lints]
workspace = true