boxer 0.1.0

Automatically generate boxes!
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "boxer"
version = "0.1.0"
dependencies = [
 "clippet",
]

[[package]]
name = "bytes"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"

[[package]]
name = "clippet"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce980baed678f504cf8e592d4404939c68ddfca62b9ccafa0f69c5dd86b0ff0e"
dependencies = [
 "bytes",
]