[pve-devel] [PATCH proxmox-ve-rs v4 04/22] frr: create proxmox-frr crate
Gabriel Goller
g.goller at proxmox.com
Mon Jul 7 14:52:35 CEST 2025
On 07.07.2025 13:12, Wolfgang Bumiller wrote:
>On Wed, Jul 02, 2025 at 04:49:55PM +0200, Gabriel Goller wrote:
>> [snip]
>> +[dependencies]
>> +thiserror = { workspace = true }
>> +anyhow = "1"
>> +tracing = "0.1"
>> +
>> +serde = { workspace = true, features = [ "derive" ] }
>> +serde_with = { workspace = true }
>> +itoa = "1.0.9"
>
>^ This seems to be unused across the entire series.
No idea how this snuck in here :)
Removed it.
>> +
>> +proxmox-network-types = { workspace = true }
>> +proxmox-sdn-types = { workspace = true }
>> +
>> [snip]
More information about the pve-devel
mailing list