Skip to content

Commit 5c4adc1

Browse files
committed
Added documentation url to Cargo.toml for crates.io visibility
1 parent 7b2e20f commit 5c4adc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "inkwell"
33
version = "0.1.0"
44
authors = ["Daniel Kolsoi <[email protected]>"]
55
description = "Inkwell aims to help you pen your own programming languages by safely wrapping llvm-sys."
6+
documentation = "https://thedan64.github.io/inkwell/"
67
repository = "https://github.com/TheDan64/inkwell"
78
readme = "README.md"
89
keywords = ["llvm", "safe", "wrapper"]

0 commit comments

Comments
 (0)