Skip to content

Commit 9f0f684

Browse files
authored
Merge pull request #15 from molpopgen/manifest
Fill in cargo manifest.
2 parents 1044c80 + 6e9fce2 commit 9f0f684

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ version = "0.1.0"
44
authors = ["molpopgen <[email protected]>"]
55
build = "build.rs"
66
edition = "2018"
7+
description = "rust interface to tskit"
8+
license = "MIT"
9+
homepage = "https://github.com/molpopgen/tskit_rust"
10+
repository = "https://github.com/molpopgen/tskit_rust"
711

812
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
913

0 commit comments

Comments
 (0)