15 lines
265 B
TOML
15 lines
265 B
TOML
[package]
|
|
name = "rustdesk_filetransfer_control_poc"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0"
|
|
bytes = "1.10"
|
|
hex = "0.4"
|
|
protobuf = { version = "3.7", features = ["with-bytes"] }
|
|
sha2 = "0.10"
|
|
|
|
[build-dependencies]
|
|
protobuf-codegen = "3.7"
|