mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-28 07:14:40 +08:00
14 lines
237 B
TOML
14 lines
237 B
TOML
[package]
|
|
name = "clash-verge-types"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
rust-version = "1.91"
|
|
|
|
[dependencies]
|
|
serde = { workspace = true }
|
|
serde_yaml_ng = { workspace = true }
|
|
smartstring = { workspace = true }
|
|
|
|
[lints]
|
|
workspace = true
|