Skip to content

Commit

Permalink
bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Weigelt committed Jan 15, 2025
1 parent 0912add commit 6a28751
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions packages/ic-management-types/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
load("@rules_rust//rust:defs.bzl", "rust_library")

package(default_visibility = ["//visibility:public"])

rust_library(
name = "ic-management-types",
srcs = glob(["src/*.rs"]),
version = "0.0.1",
deps = [
# Keep sorted.
"@crate_index//:candid",
"@crate_index//:serde",
"@crate_index//:serde_bytes",
],
)

0 comments on commit 6a28751

Please sign in to comment.