proclock-api 0.2.2

APIs for the proclock crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "proclock-api"
description = "APIs for the proclock crate"
version = "0.2.2"
edition = "2021"
license = "MIT"
readme = "../README.md"
documentation = "https://docs.rs/proclock"
repository = "https://github.com/tabnine/proclock"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
fs2 = "0.4.3"

[dev-dependencies]
spectral = "0.6.0"