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

13 lines
254 B
TOML
Raw Normal View History

2020-12-23 18:29:31 +01:00
[package]
name = "swaysome"
version = "1.1.1"
2020-12-23 18:29:31 +01:00
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"
2020-12-26 04:28:06 +01:00
serde_json = "1"
2021-09-07 14:14:54 +02:00
clap = "2"