12 lines
No EOL
334 B
TOML
12 lines
No EOL
334 B
TOML
[package]
|
|
name = "hydrus-sync-client"
|
|
version = "0.1.0"
|
|
authors = ["Joshua Goins <josh@redstrate.com>"]
|
|
description = "Sync hydrus databases using rsync"
|
|
edition = "2021"
|
|
license = "GPL-3.0"
|
|
|
|
[dependencies]
|
|
hostname = "^0.3"
|
|
figment = { version = "0.10", features = ["toml", "env"] }
|
|
serde = { version = "1.0", features = ["derive"] } |