1 2 3 4 5 6 7 8 9 10 11 12 13
[package] name = "boat" version = "0.0.0" authors = ["Authors"] edition = "2018" license = "MIT OR Apache-2.0" documentation = "https://docs.rs/boat" description = """ Boat is another raft. """ keywords = ["boat", "raft"] [dependencies]