microlock/Cargo.toml

10 lines
224 B
TOML
Raw Normal View History

2024-07-14 01:58:49 +02:00
[package]
name = "microlock"
description = "A crate for waiting: Small locks and other timing things!"
license = "MIT"
repository = "https://git.tudbut.de/tudbut/microlock"
version = "0.1.0"
edition = "2021"
[dependencies]