harsh/harsh-common/Cargo.toml
2022-08-22 01:59:56 +02:00

10 lines
258 B
TOML

[package]
name = "harsh_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.144", features = ["derive"] }
serde_json = "1.0.83"