mirror of
https://github.com/ilya-zlobintsev/LACT.git
synced 2026-08-19 01:14:43 -05:00
* feat: improve profile process rule selector * perf: only convert filter to lowercase once
26 lines
623 B
TOML
26 lines
623 B
TOML
[package]
|
|
name = "lact-schema"
|
|
version = "0.9.1"
|
|
edition.workspace = true
|
|
|
|
[features]
|
|
args = ["clap"]
|
|
|
|
[dependencies]
|
|
amdgpu-sysfs = { workspace = true }
|
|
serde = { workspace = true, features = ["derive", "rc"] }
|
|
serde_with = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
anyhow = { workspace = true }
|
|
indexmap = { workspace = true }
|
|
i18n-embed = { workspace = true }
|
|
i18n-embed-fl = { workspace = true }
|
|
rust-embed = { workspace = true }
|
|
|
|
serde-error = "=0.1.3"
|
|
clap = { version = "4.6.1", features = ["derive"], optional = true }
|
|
|
|
|
|
[build-dependencies]
|
|
vergen = { version = "8.3.2", features = ["git", "gitcl"] }
|