homesync/Cargo.toml

16 lines
350 B
TOML
Raw Normal View History

2021-12-28 22:06:17 +00:00
[package]
name = "homesync"
authors = ["Joshua Potter <jrpotter.github.io>"]
description = """
Homesync provides a way of automatically syncing config files across various\
applications you may use.
"""
2021-12-28 22:06:17 +00:00
version = "0.1.0"
edition = "2021"
[dependencies]
clap = { version = "3.0.0-rc.9", features = ["derive"] }
notify = "4.0.16"
2021-12-29 16:49:24 +00:00
yaml-rust = "0.4.4"