• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[workspace]
2members = [
3  "core",
4  "derive",
5  "wire",
6]
7resolver = "2"
8
9[patch.crates-io]
10authgraph_derive = { path = "derive" }
11authgraph_core = { path = "core" }
12authgraph_wire = { path = "wire" }
13