mirror of
https://github.com/Momoko-Ayase/Senbei.git
synced 2026-09-19 11:58:00 -04:00
15 lines
302 B
TOML
15 lines
302 B
TOML
[package]
|
|
name = "senbei-android-crypto"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
description = "Protector container primitives for Senbei Android"
|
|
|
|
[dependencies]
|
|
aes.workspace = true
|
|
thiserror.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|