mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 21:21:32 +00:00
krata: reorganize crates
This commit is contained in:
15
crates/vendor/advmac/Cargo.toml
vendored
Normal file
15
crates/vendor/advmac/Cargo.toml
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
# 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"
|
||||
|
||||
[dependencies]
|
||||
arrayvec = { workspace = true, features = ["serde"] }
|
||||
rand = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
|
||||
[lib]
|
||||
name = "advmac"
|
Reference in New Issue
Block a user