visions-vtt/common/Cargo.toml

12 lines
264 B
TOML
Raw Normal View History

2021-10-01 03:44:26 +00:00
[package]
name = "common"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = { version = "1" }
serde_derive = { version = "1" }
thiserror = { version = "1" }