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