]> luflow.net public git repositories - flow-rbp.git/blob - Cargo.toml
Initial commit.
[flow-rbp.git] / Cargo.toml
1 [package]
2 name = "flow-rbp"
3 version = "0.1.0"
4 edition = "2024"
5 authors = ["Andreas Widen <aw@luflow.net>"]
6 description = "flow-rbp is a library for packing rectangles into two-dimensional finite bins."
7 license = "Zlib"
8 repository = "https://luflow.net/git/flow-rbp.git"
9 readme = "README.md"
10 documentation = "https://luflow.net/git/flow-rbp.git"
11 keywords = ["rectangles", "rect", "bin", "packing"]
12 exclude = [".github", "/ci/*"]
13
14 [dependencies]