diff options
author | Leonard Kugis <leonard@kug.is> | 2025-04-23 16:51:55 +0000 |
---|---|---|
committer | Leonard Kugis <leonard@kug.is> | 2025-04-23 16:51:55 +0000 |
commit | fd647f540792cba368f7d4193801004fa62435b2 (patch) | |
tree | c5b08f2928bbbde111f25d30a654d43a776445f0 /Cargo.toml | |
parent | eff36e6f573300d4a5a655ef61139731ac16691f (diff) | |
download | yara-compiler-fd647f540792cba368f7d4193801004fa62435b2.tar.gz yara-compiler-fd647f540792cba368f7d4193801004fa62435b2.tar.bz2 yara-compiler-fd647f540792cba368f7d4193801004fa62435b2.zip |
Added Rust files as stub
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..66b5e5a --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,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"
\ No newline at end of file |