mirror of
https://github.com/ekzhang/bore.git
synced 2025-12-15 03:17:47 +01:00
Fix some packing and documentation things
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
[package]
|
||||
name = "bore-cli"
|
||||
version = "0.1.0"
|
||||
authors = ["Eric Zhang <ekzhang1@gmail.com>"]
|
||||
license = "MIT"
|
||||
description = "A modern, simple TCP tunnel in Rust that exposes local ports to a remote server, bypassing standard NAT connection firewalls."
|
||||
repository = "https://github.com/ekzhang/bore"
|
||||
documentation = "https://docs.rs/bore-cli"
|
||||
keywords = ["network", "cli", "tunnel", "tcp"]
|
||||
categories = ["network-programming", "web-programming", "command-line-utilities"]
|
||||
readme = "README.md"
|
||||
edition = "2021"
|
||||
|
||||
[[bin]]
|
||||
|
||||
Reference in New Issue
Block a user