rudeshark.net/packages/backend/native-utils/crates/util/Cargo.toml
2023-06-02 23:48:15 -04:00

13 lines
246 B
TOML

[package]
name = "util"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
cuid2 = "0.1.0"
once_cell = "1.17.1"
rand = "0.8.5"
thiserror = "1.0.40"