flow-rbp/Cargo.toml
Andreas Widen d13d74df42
Initial commit.
Signed-off-by: Andreas Widen <aw@luflow.net>
2026-07-27 17:38:52 +02:00

14 lines
460 B
TOML

[package]
name = "flow-rbp"
version = "0.1.0"
edition = "2024"
authors = ["Andreas Widen <aw@luflow.net>"]
description = "flow-rbp is a library for packing rectangles into two-dimensional finite bins."
license = "Zlib"
repository = "https://luflow.net/git/hfsoulz/flow-rbp.git"
readme = "README.md"
documentation = "https://luflow.net/git/hfsoulz/flow-rbp.git"
keywords = ["rectangles", "rect", "bin", "packing"]
exclude = [".github", "/ci/*"]
[dependencies]