This repository has been archived on 2021-10-16. You can view files and clone it, but cannot push or open issues or pull requests.
swaysome/Cargo.toml
2020-12-26 04:28:06 +01:00

13 lines
292 B
TOML

[package]
name = "swaysome"
version = "0.1.0"
authors = ["Skia <skia@hya.sk>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
byteorder = "1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"