Skip to content

Commit 7d70aa5

Browse files
committed
Update Cargo.toml
1 parent d687d3f commit 7d70aa5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Cargo.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22
name = "libsbml"
33
version = "0.1.0"
44
edition = "2021"
5-
repository = "https://github.com/enzymeml/libsbml"
5+
repository = "https://github.com/EnzymeML/libsbml-rs"
6+
description = "Rust bindings for libSBML"
7+
keywords = ["sbml", "systems biology", "biology"]
8+
categories = ["biology::systems-biology", "science::biology"]
9+
authors = ["Jan Range <[email protected]>"]
10+
readme = "README.md"
11+
license = "LGPL-3.0-or-later"
612

713
[lib]
814
name = "libsbml"

0 commit comments

Comments
 (0)