Skip to content

Commit

Permalink
chore: remove yara-x dependency from yara-x-proto.
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Apr 4, 2024
1 parent 0516d24 commit 5a23a86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
1 change: 0 additions & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ wasmtime = { workspace = true, features = ["cranelift", "parallel-compilation"]
yansi = { workspace = true }
yara-x-macros = { workspace = true }
yara-x-parser = { workspace = true }
yara-x-proto = { workspace = true }

lingua = { version = "1.6.0", optional = true, default-features = false, features = ["english", "german", "french", "spanish"] }

Expand Down
8 changes: 3 additions & 5 deletions lib/src/types/structure.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,10 @@ use protobuf::reflect::{EnumValueDescriptor, Syntax};
use protobuf::MessageDyn;
use serde::{Deserialize, Serialize};

use crate::modules::protos::yara::exts::{
enum_options, enum_value, field_options, message_options, module_options,
};
use crate::symbols::{Symbol, SymbolKind, SymbolLookup};
use yara_x_proto::exts::enum_value;
use yara_x_proto::exts::field_options;
use yara_x_proto::exts::module_options;
use yara_x_proto::exts::{enum_options, message_options};

use crate::types::{Array, Map, TypeValue, Value};
use crate::wasm::WasmExport;

Expand Down

0 comments on commit 5a23a86

Please sign in to comment.