This repository has been archived on 2026-06-05. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Rustdesk/libs/portable/Cargo.toml
T
2023-05-11 12:04:38 +08:00

17 lines
298 B
TOML

[package]
name = "rustdesk-portable-packer"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
build = "build.rs"
[build-dependencies]
embed-resource = "2.1"
[dependencies]
brotli = "3.3"
dirs = "5.0"
md5 = "0.7"