[package]
name = "bisector"
version = "0.2.0"
edition = "2018"
authors = ["Martijn Gribnau <garm@ilumeo.com>"]
description = "Flexible bisect implementatation which allows the use the bisection method on arbitrary data types"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/foresterre/bisector"
[dependencies]
[dev-dependencies]
semver = "1"