Skip to content

Commit 119bd77

Browse files
committed
Prepare for cargo publish of nginx_module
1 parent 7dddacc commit 119bd77

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

nginx_module/Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ name = "nginx_module"
33
version = "0.1.0"
44
edition = "2021"
55
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+
613

714
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
815

nginx_module/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../README.md

0 commit comments

Comments
 (0)