Skip to content

Commit 55902bd

Browse files
committed
Add a bin export
1 parent 7d2d475 commit 55902bd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ include = [
1717
"/LICENSE",
1818
]
1919

20+
[[bin]]
21+
name = "dns-ptr-resolver"
22+
path = "src/main.rs"
23+
2024
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2125

2226
[dependencies]

0 commit comments

Comments
 (0)