• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[workspace]
2members = [
3  "boringssl",
4  "common",
5  "derive",
6  "ta",
7  "tests",
8  "wire",
9]
10
11[patch.crates-io]
12kmr-derive = { path = "derive" }
13kmr-common = { path = "common" }
14kmr-crypto-boring = { path = "boringssl" }
15kmr-ta = { path = "ta" }
16kmr-tests = { path = "tests" }
17kmr-wire = { path = "wire" }
18