aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 66b5e5ab7319c1067f347d1aaf91a0cd4178b418 (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "yara-compiler"
version = "0.1.0"
edition = "2024"

[dependencies]
regex = "1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
log = "0.4"
byteorder = "1.4"