Skip to content

Commit 757ed61

Browse files
committed
ACME: define API object types.
1 parent db76540 commit 757ed61

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
@@ -15,6 +15,7 @@ constcat = "0.6.1"
1515
futures-channel = "0.3.31"
1616
http = "1.3.1"
1717
http-body = "1.0.1"
18+
http-serde = "2.1.1"
1819
hyper = { version = "1.6.0", features = ["client", "http1"] }
1920
libc = "0.2.174"
2021
openssl = { version = "0.10.73", features = ["bindgen"] }
@@ -34,7 +35,7 @@ rev = "95424ad7143de25124d9bedcbf9241fd72a24705"
3435
git = "https://github.com/nginx/ngx-rust"
3536
rev = "95424ad7143de25124d9bedcbf9241fd72a24705"
3637
default-features = false
37-
features = ["async", "std"]
38+
features = ["async", "serde", "std"]
3839

3940
[features]
4041
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)