mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-01-09 10:31:53 +00:00
10 lines
140 B
TOML
10 lines
140 B
TOML
[package]
|
|
name = "rust"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
serde = "1.0.196"
|
|
serde_cbor = "0.11.2"
|
|
serde_derive = "1.0.196"
|