Fill out Cargo.toml and also LICENSE

This commit is contained in:
John Doty 2022-10-26 07:11:38 -07:00
parent efb7ef6929
commit d912db8e28
2 changed files with 24 additions and 2 deletions

View file

@ -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"