diff --git a/shim/third-party/rust/Cargo.toml b/shim/third-party/rust/Cargo.toml index 036742ff95c..9978150dbed 100644 --- a/shim/third-party/rust/Cargo.toml +++ b/shim/third-party/rust/Cargo.toml @@ -182,6 +182,7 @@ smallvec = { version = "1.10", features = ["const_generics", "const_new", "serde static_assertions = "1.1.0" strsim = "0.10.0" structopt = "0.3.23" +strum = { version = "0.26.2", features = ["derive", "strum_macros"] } syn = { version = "2", features = ["extra-traits", "full", "visit"] } syn1 = { package = "syn", version = "1.0.109", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] } synstructure = "0.12"