svn-cmd 0.1.0

this is a wrapper to svn command-line utility
Documentation
[package]
name = "svn-cmd"
version = "0.1.0"
authors = ["Rajat Rajput <rajputrajat@gmail.com>"]
description = "this is a wrapper to svn command-line utility"
repository = "https://github.com/rajputrajat/svn-cmd.git"
license = "MIT"
edition = "2018"

[dependencies]
log = "0.4.14"
thiserror = "1.0.25"

[dev-dependencies]
env_logger = "0.8.4"