Skip to content

Commit 53137c5

Browse files
committed
Additional docs.
1 parent cc1d830 commit 53137c5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ version = "0.1.0"
44
authors = ["Dave Challis <[email protected]>"]
55
license = "MIT"
66
repository = "https://github.com/davechallis/rust-xgboost"
7+
homepage = "https://github.com/davechallis/rust-xgboost"
78
description = "Machine learning using XGBoost"
9+
documentation = "https://docs.rs/xgboost"
810

911
[dependencies]
1012
xgboost-sys = { path = "xgboost-sys", version = "0.1.0" }
1113
libc = "0.2"
1214
derive_builder = "0.5"
1315
log = "0.4"
1416
tempfile = "3.0"
15-
indexmap = "1.0"
17+
indexmap = "1.0"

0 commit comments

Comments
 (0)