spooky 0.1.1

A small tool for rsyncing something to a remote destination and then executing something there, like a build script for example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "spooky"
version = "0.1.1"
authors = ["Michael Woerister <michaelwoerister@posteo.net>"]
description = """
A small tool for rsyncing something to a remote destination and then executing
something there, like a build script for example
"""
repository = "https://github.com/michaelwoerister/spooky"
readme = "README.md"
license = "MIT"


[dependencies]
uuid = { version = "0.2", features = ["v4"] }
clap = "2.3"
crc = "1.2"