mirror of
https://github.com/euzu/tuliprox.git
synced 2026-09-19 15:42:06 +02:00
12 lines
203 B
TOML
12 lines
203 B
TOML
[package]
|
|
name = "shared"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
bitflags = "2.9.1"
|
|
serde = { version = "1.0.219", features = ["derive"] }
|
|
rand = "0.9.1"
|
|
regex = "1.11.1"
|
|
enum-iterator = "2"
|