]> git.puffer.fish Git - matthieu/nova.git/commitdiff
add num-derive proc macro
authorMatthieu <matthieu@developershouse.xyz>
Sun, 19 Sep 2021 15:48:43 +0000 (19:48 +0400)
committerMatthieu <matthieu@developershouse.xyz>
Sun, 19 Sep 2021 15:48:43 +0000 (19:48 +0400)
gateway/BUILD

index 70130fc46eb92bbf7a31b3a4b8d3e67687b258a2..542b496903217193a2ac26a396577030ec2752cb 100644 (file)
@@ -7,7 +7,7 @@ test_suite(name = "tests")
 rust_binary(
     name = "gateway",
     srcs = glob(["src/**/*.rs"]),
-    proc_macro_deps = crate_deps(["serde_repr"]),
+    proc_macro_deps = crate_deps(["serde_repr", "num-derive"]),
     deps = all_crate_deps() + ["//common/rust:common"],
     visibility = ["//visibility:public"],
 )