sapling/exec/scm_daemon/Cargo.toml
Liubov Dmitrieva 39ccc28933 Scm Daemon initial implementation
Summary: Scm Daemon initial implementation that currently just listen to Commit Cloud Live Notifications and trigger `hg cloud sync` on notifications

Reviewed By: markbt

Differential Revision: D8119768

fbshipit-source-id: a0d86624fe4b81b3adc89990640916d3da279b8c
2018-05-24 12:19:55 -07:00

15 lines
243 B
TOML

[package]
name = "scm_daemon"
version = "0.1.0"
[dependencies]
failure = "*"
clap = "*"
log = "*"
env_logger = "*"
toml = "*"
serde = "*"
serde_derive = "*"
commitcloudsubscriber = { version = "*", path = "../../lib/commitcloudsubscriber" }