summaryrefslogtreecommitdiff
path: root/src/rust/cargo/circle/TARGETS
blob: 9085e2274114b841d6312998e2030c5ada9395dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{ "circle_sampling":
  { "type": ["@", "rules", "rust", "binary"]
  , "name": ["circle_sampling"]
  , "crate_root": ["src/main.rs"]
  , "srcs": ["src/main.rs"]
  , "edition": ["2021"]
  , "arguments_config":
    ["ARCH", "HOST_ARCH", "TARGET_ARCH", "ENV", "TOOLCHAIN_CONFIG"]
  , "deps": [["@", "rand", "", "rand"]]
  , "cargo_features": []
  , "stage": ["circle_sampling-0.1.0"]
  , "version": ["0", "1", "0"]
  , "pkg_name": ["circle_sampling"]
  }
}