rrun-ssh 0.3.0

Remote run utility; runs a command via SSH if the current directory was mounted via SSHFS.
Documentation
[package]
name = "rrun-ssh"
version = "0.3.0"
authors = ["Clar Charr <clar@charr.xyz>"]
description = "Remote run utility; runs a command via SSH if the current directory was mounted via SSHFS."
repository = "https://github.com/clarcharr/rrun"
documentation = "https://clarcharr.github.io/rrun/rrun/"
readme = "README.md"
license-file = "LICENSE"
exclude = [".gitignore"]

[dev-dependencies]
clippy = "^0.0"

[[bin]]
name = "rrun"
path = "src/rrun.rs"
doc = false

[[bin]]
name = "rpwd"
path = "src/rpwd.rs"
doc = false