[dependencies.thiserror]
optional = true
version = "^1"
[features]
default = ["std-error"]
std-error = ["dep:thiserror"]
[package]
authors = ["Raman Hafiyatulin <r.gafiyatullin@me.com>"]
description = "Sort several slices together"
edition = "2021"
license = "MIT"
name = "cosort"
repository = "https://github.com/RGafiyatullin/cosort-rs.git"
version = "0.1.0"