Fill out Cargo.toml and also LICENSE
This commit is contained in:
parent
efb7ef6929
commit
d912db8e28
2 changed files with 24 additions and 2 deletions
|
|
@ -2,8 +2,11 @@
|
|||
name = "fwd"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
license = "MIT"
|
||||
description = "Automatically forward ports to a remote server over ssh"
|
||||
homepage = "https://github.com/DeCarabas/fwd"
|
||||
repository = "https://github.com/DeCarabas/fwd"
|
||||
readme = "README.md"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue