Package metadata

This commit is contained in:
Martin Dahl 2021-09-02 12:03:02 +02:00
parent 1e0a368d33
commit 8c102f073d
3 changed files with 10 additions and 0 deletions

View File

@ -2,6 +2,8 @@
name = "r2r_actions" name = "r2r_actions"
version = "0.2.0" version = "0.2.0"
authors = ["Martin Dahl <martin.dahl@gmail.com>"] authors = ["Martin Dahl <martin.dahl@gmail.com>"]
description = "Internal dependency to the r2r crate."
license = "MIT OR Apache-2.0"
edition = "2018" edition = "2018"
readme = "README.md" readme = "README.md"
homepage = "https://github.com/sequenceplanner/r2r" homepage = "https://github.com/sequenceplanner/r2r"

View File

@ -2,7 +2,13 @@
name = "r2r_msg_gen" name = "r2r_msg_gen"
version = "0.2.0" version = "0.2.0"
authors = ["Martin Dahl <martin.dahl@gmail.com>"] authors = ["Martin Dahl <martin.dahl@gmail.com>"]
description = "Internal dependency to the r2r crate."
license = "MIT OR Apache-2.0"
edition = "2018" edition = "2018"
readme = "README.md"
homepage = "https://github.com/sequenceplanner/r2r"
repository = "https://github.com/sequenceplanner/r2r"
documentation = "https://sequenceplanner.github.io/r2r/"
[dependencies] [dependencies]
lazy_static = "1.4.0" lazy_static = "1.4.0"

View File

@ -2,6 +2,8 @@
name = "r2r_rcl" name = "r2r_rcl"
version = "0.2.0" version = "0.2.0"
authors = ["Martin Dahl <martin.dahl@gmail.com>"] authors = ["Martin Dahl <martin.dahl@gmail.com>"]
description = "Internal dependency to the r2r crate."
license = "MIT OR Apache-2.0"
edition = "2018" edition = "2018"
readme = "README.md" readme = "README.md"
homepage = "https://github.com/sequenceplanner/r2r" homepage = "https://github.com/sequenceplanner/r2r"