summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 2df197055610f6c6c89d521b8046a4db21f5913f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# -*- coding: utf-8 -*-

[package]
edition             = "2018"
name                = "range-lock"
description         = "Vec range lock"
version             = "0.2.0"
authors             = ["Michael Buesch <m@bues.ch>"]
license             = "MIT OR Apache-2.0"
readme              = "README.md"
repository          = "https://bues.ch/cgit/rangelockrs.git"

categories          = ["concurrency", "algorithms"]
keywords            = ["mutex", "lock", "range"]

[dependencies]

[build-dependencies]

# vim: ts=4 sw=4 expandtab
bues.ch cgit interface