mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-08-06 07:59:26 +00:00
protocol: also build a cdylib
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
b08b44c046
commit
4932843923
@ -7,6 +7,9 @@ authors = [
|
||||
]
|
||||
edition = "2018"
|
||||
|
||||
[lib]
|
||||
crate-type = ['lib', 'cdylib']
|
||||
|
||||
[dependencies]
|
||||
chrono = "0.4"
|
||||
endian_trait = "0.6"
|
||||
|
Loading…
Reference in New Issue
Block a user