sshfwd-common 0.1.2

Internal types for sshfwd - not intended for direct use
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "sshfwd-common"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
authors.workspace = true
description = "Internal types for sshfwd - not intended for direct use"
documentation = "https://github.com/gogoout/sshfwd.rs#readme"
keywords = ["ssh", "internal"]
categories = ["command-line-utilities"]

[dependencies]
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }