File tree 7 files changed +7
-6
lines changed 7 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ members = [
11
11
" internal-dns" ,
12
12
" internal-dns-client" ,
13
13
" nexus" ,
14
- " nexus/src/authz/ authz-macros" ,
15
- " nexus/src/db/ db-macros" ,
14
+ " nexus/authz-macros" ,
15
+ " nexus/db-macros" ,
16
16
" nexus/test-utils" ,
17
17
" nexus/test-utils-macros" ,
18
18
" nexus-client" ,
@@ -43,8 +43,8 @@ default-members = [
43
43
" internal-dns" ,
44
44
" internal-dns-client" ,
45
45
" nexus" ,
46
- " nexus/src/authz/ authz-macros" ,
47
- " nexus/src/db/ db-macros" ,
46
+ " nexus/authz-macros" ,
47
+ " nexus/db-macros" ,
48
48
" package" ,
49
49
" rpaths" ,
50
50
" sled-agent" ,
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ path = "../rpaths"
11
11
anyhow = " 1.0"
12
12
async-bb8-diesel = { git = " https://github.com/oxidecomputer/async-bb8-diesel" , rev = " ab1f49e0b3f95557aa96bf593282199fafeef4bd" }
13
13
async-trait = " 0.1.56"
14
- authz-macros = { path = " src/authz/authz-macros" }
15
14
base64 = " 0.13.0"
16
15
bb8 = " 0.8.0"
17
16
clap = { version = " 3.2" , features = [" derive" ] }
@@ -25,7 +24,6 @@ headers = "0.3.7"
25
24
hex = " 0.4.3"
26
25
http = " 0.2.7"
27
26
hyper = " 0.14"
28
- db-macros = { path = " src/db/db-macros" }
29
27
internal-dns-client = { path = " ../internal-dns-client" }
30
28
ipnetwork = " 0.18"
31
29
lazy_static = " 1.4.0"
@@ -60,6 +58,9 @@ toml = "0.5.9"
60
58
tough = { version = " 0.12" , features = [ " http" ] }
61
59
usdt = " 0.3.1"
62
60
61
+ authz-macros = { path = " authz-macros" }
62
+ db-macros = { path = " db-macros" }
63
+
63
64
[dependencies .api_identity ]
64
65
path = " ../api_identity"
65
66
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments