summaryrefslogtreecommitdiff
path: root/shared/Cargo.toml
blob: c39f586ec7cfa119f76678c27c0a863b54b67249 (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "weareshared"
version = "0.1.0"
edition = "2024"

[dependencies]
anyhow = "1.0.95"
bincode = "1.3.3"
glam = { version = "0.29.2", features = ["serde"] }
redb = "2.4.0"