blob: e46e1a4f05fe1696e13b178d4dcf2b95fdfba0a2 [file] [log] [blame]
Adam Snaider1c095c92023-07-08 02:09:58 -04001###############################################################################
2# @generated
3# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
4# regenerate this file, run the following:
5#
6# bazel run @//sys/basic/3rdparty:crates_vendor
7###############################################################################
8
9load(
10 "@rules_rust//rust:defs.bzl",
11 "rust_library",
12)
13
14package(default_visibility = ["//visibility:public"])
15
16# licenses([
17# "TODO", # MIT OR Apache-2.0
18# ])
19
20rust_library(
21 name = "cc",
22 srcs = glob(["**/*.rs"]),
23 compile_data = glob(
24 include = ["**"],
25 exclude = [
26 "**/* *",
27 "BUILD",
28 "BUILD.bazel",
29 "WORKSPACE",
30 "WORKSPACE.bazel",
31 ],
32 ),
33 crate_root = "src/lib.rs",
34 edition = "2018",
35 rustc_flags = ["--cap-lints=allow"],
36 tags = [
37 "cargo-bazel",
38 "manual",
39 "noclippy",
40 "norustfmt",
41 ],
42 version = "1.0.77",
43)