odeli/Cargo.toml

20 lines
474 B
TOML

[package]
name = "odeli"
version = "0.1.0"
edition = "2021"
authors = ["NGnius (Graham) <ngniusness@gmail.com>"]
repository = "https://git.ngni.us/NGnius/muss"
license = "GPLv3"
description = "Common shipment tracking library"
readme = "README.md"
[workspace]
members = [
"odeli-core",
"shipper/odeli-canadapost",
]
[dependencies]
odeli-core = { version = "0.1", path = "./odeli-core" }
odeli-canadapost = { version = "0.1", path = "./shipper/odeli-canadapost" }