Package metadata
This commit is contained in:
parent
1e0a368d33
commit
8c102f073d
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue