mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 13:11:31 +00:00
17 lines
375 B
TOML
17 lines
375 B
TOML
# This package is from https://github.com/GamePad64/advmac
|
|
# Edera 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"] }
|