File tree 3 files changed +18
-12
lines changed
3 files changed +18
-12
lines changed Original file line number Diff line number Diff line change @@ -4,19 +4,23 @@ members = [
4
4
" examples" ,
5
5
]
6
6
7
+ [workspace .package ]
8
+ edition = " 2021"
9
+ license = " Apache-2.0"
10
+ homepage = " https://github.com/nginxinc/ngx-rust"
11
+ repository = " https://github.com/nginxinc/ngx-rust"
12
+
7
13
[package ]
8
14
name = " ngx"
9
15
version = " 0.5.0"
10
- edition = " 2021"
11
16
autoexamples = false
12
17
categories = [" api-bindings" , " network-programming" ]
13
18
description = " FFI bindings to NGINX"
14
- repository = " https://github.com/nginxinc/ngx-rust"
15
- homepage = " https://github.com/nginxinc/ngx-rust"
16
- license = " Apache-2.0"
17
19
keywords = [" nginx" , " module" , " sys" ]
18
-
19
- # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
20
+ edition.workspace = true
21
+ license.workspace = true
22
+ homepage.workspace = true
23
+ repository.workspace = true
20
24
21
25
[dependencies ]
22
26
nginx-sys = { path = " nginx-sys" , version = " 0.5.0" }
Original file line number Diff line number Diff line change 2
2
name = " examples"
3
3
version = " 0.0.0"
4
4
publish = false
5
- edition = " 2021"
6
- license = " Apache-2.0"
5
+ edition.workspace = true
6
+ license.workspace = true
7
+ homepage.workspace = true
8
+ repository.workspace = true
7
9
8
10
[dev-dependencies ]
9
11
ngx = { path = " ../" , default-features = false }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " nginx-sys"
3
3
version = " 0.5.0"
4
- edition = " 2021"
5
4
categories = [" external-ffi-bindings" ]
6
5
description = " FFI bindings to NGINX"
7
- repository = " https://github.com/nginxinc/ngx-rust"
8
- homepage = " https://github.com/nginxinc/ngx-rust"
9
- license = " Apache-2.0"
10
6
keywords = [" nginx" , " ffi" , " sys" ]
11
7
build = " build/main.rs"
8
+ edition.workspace = true
9
+ license.workspace = true
10
+ homepage.workspace = true
11
+ repository.workspace = true
12
12
13
13
[dependencies ]
14
14
You can’t perform that action at this time.
0 commit comments