mirror of
https://git.proxmox.com/git/proxmox-websocket-tunnel
synced 2025-06-14 07:05:28 +00:00
initial commit
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
commit
edda35b761
5
.cargo/config
Normal file
5
.cargo/config
Normal 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
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
/target
|
11
Cargo.toml
Normal file
11
Cargo.toml
Normal 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]
|
Loading…
Reference in New Issue
Block a user