ruspiro-singleton 0.4.3

Simple and easy to use singleton pattern
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "ruspiro-lock"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22833da3c9a3f659e42c695852b778affe48dc3566e5044da7c1db40495e65e9"

[[package]]
name = "ruspiro-singleton"
version = "0.4.3"
dependencies = [
 "ruspiro-lock",
]