mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-02 12:50:54 +00:00
17 lines
378 B
TOML
17 lines
378 B
TOML
|
# This package is from https://github.com/GamePad64/advmac
|
||
|
# Mycelium maintains an in-tree version because of dependencies
|
||
|
# being out of date.
|
||
|
[package]
|
||
|
name = "advmac"
|
||
|
version.workspace = true
|
||
|
license = "MIT"
|
||
|
edition = "2021"
|
||
|
|
||
|
[lib]
|
||
|
name = "advmac"
|
||
|
|
||
|
[dependencies]
|
||
|
serde = { workspace = true }
|
||
|
rand = { workspace = true }
|
||
|
arrayvec = { workspace = true, features = ["serde"] }
|