mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-18 00:11:29 +03:00
feat: windows portable build script
This commit is contained in:
16
libs/portable/Cargo.toml
Normal file
16
libs/portable/Cargo.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
[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 = "1.7"
|
||||
|
||||
[dependencies]
|
||||
brotli = "3.3.4"
|
||||
dirs = "4.0.0"
|
||||
md5 = "0.7.0"
|
||||
Reference in New Issue
Block a user