We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dddacc commit 119bd77Copy full SHA for 119bd77
nginx_module/Cargo.toml
@@ -3,6 +3,13 @@ name = "nginx_module"
3
version = "0.1.0"
4
edition = "2021"
5
build = "build.rs"
6
+authors = ["Gabriel Oprisan <gabriel.oprisan@gcore.com>"]
7
+description = "Rust bindings for building Nginx modules"
8
+homepage = "https://github.com/g-Core/nginx-rust"
9
+repository = "https://github.com/g-Core/nginx-rust"
10
+readme = "README.md"
11
+license = "Apache-2.0"
12
+
13
14
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
15
nginx_module/README.md
@@ -0,0 +1 @@
1
+../README.md
0 commit comments