Skip to content

Commit 41724cd

Browse files
committed
Add crate metadata.
1 parent 307615c commit 41724cd

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

Cargo.toml

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
[package]
22
name = "oboannotation"
33
version = "0.2.0"
4-
edition = "2024"
54
description = "Access annotations of biomedical ontologies"
5+
keywords = ["ontology", "bioinformatics", "HPO", "MAxO", "GO"]
6+
edition = "2024"
67

7-
[[bin]]
8-
name = "demo"
9-
path = "bin/demo.rs"
10-
required-features = ["binaries"]
8+
homepage = "https://github.com/P2GX/oboannotation"
9+
repository = "https://github.com/P2GX/oboannotation"
10+
readme = "README.md"
11+
license-file = "LICENSE"
12+
13+
authors = [
14+
"Daniel Danis <daniel.gordon.danis@protonmail.com>",
15+
"Peter N Robinson <peter.robinson@jax.org>",
16+
]
1117

1218
[dependencies]
1319
clap = { version = "4.5", features = ["derive"], optional = true }
@@ -21,3 +27,8 @@ thiserror = "2.0.12"
2127
[features]
2228
serde = ["dep:serde", "dep:serde_json"]
2329
binaries = ["dep:clap", "dep:flate2"]
30+
31+
[[bin]]
32+
name = "demo"
33+
path = "bin/demo.rs"
34+
required-features = ["binaries"]

0 commit comments

Comments
 (0)