Skip to content

Commit 087cab5

Browse files
committed
ACME: define API object types.
1 parent c1eb36e commit 087cab5

File tree

6 files changed

+600
-2
lines changed

6 files changed

+600
-2
lines changed

Cargo.lock

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ futures-channel = "0.3.31"
1717
http = "1.3.1"
1818
http-body = "1.0.1"
1919
http-body-util = "0.1.3"
20+
http-serde = "2.1.1"
2021
hyper = { version = "1.6.0", features = ["client", "http1"] }
2122
libc = "0.2.174"
2223
openssl = { version = "0.10.73", features = ["bindgen"] }
@@ -36,7 +37,7 @@ rev = "95424ad7143de25124d9bedcbf9241fd72a24705"
3637
git = "https://github.com/nginx/ngx-rust"
3738
rev = "95424ad7143de25124d9bedcbf9241fd72a24705"
3839
default-features = false
39-
features = ["async", "std"]
40+
features = ["async", "serde", "std"]
4041

4142
[features]
4243
default = ["export-modules"]

src/acme.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pub mod types;

0 commit comments

Comments
 (0)