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

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
serde = { version = "1.0.185", features = ["derive"] }
serde_json = "1.0.105"