initial commit

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2022-02-03 13:41:25 +01:00 committed by Thomas Lamprecht
commit edda35b761
3 changed files with 17 additions and 0 deletions

5
.cargo/config Normal file
View File

@ -0,0 +1,5 @@
[source]
[source.debian-packages]
directory = "/usr/share/cargo/registry"
[source.crates-io]
replace-with = "debian-packages"

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/target

11
Cargo.toml Normal file
View File

@ -0,0 +1,11 @@
[package]
name = "proxmox-websocket-tunnel"
version = "0.1.0"
authors = ["Fabian Grünbichler <f.gruenbichler@proxmox.com>"]
edition = "2018"
license = "AGPL-3"
description = "Proxmox websocket tunneling helper"
exclude = ["debian"]
[dependencies]