aboutsummaryrefslogtreecommitdiff
path: root/lib/xixanta/Cargo.toml
blob: 6d2c66acee7935522e7a6ee07141deb05c3ac82c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "xixanta"
version = "0.1.0"
description = "TBD"

authors.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true

[dependencies]
lazy_static = "1.5.0"
toml = { version = "0.8", features = ["preserve_order"] }
rand = "0.8.5"