Files
boc/aamos-admin-upgrade/core/Cargo.toml
T
Bernt 6de2455917 v1.2.0: Add Global Markets footer, translated to 9 languages
- Added GLOBAL_MARKETS_TITLE to all translation files
- Updated footer with 12 markets (4 active + 8 upcoming)
- Translated market section to: zh-cn, zh-tw, ja, ko, th, vi, id, ms, hi
- Built and deployed to production
- CloudFront invalidation: I3RTMXVFDJXWLG3SYX208OP1CC
2026-07-08 19:56:03 +00:00

23 lines
347 B
TOML

[package]
name = "aamos-core"
version = "0.1.0"
edition = "2021"
[lib]
name = "aamos_core"
crate-type = ["cdylib", "rlib"]
[dependencies]
jsonwebtoken = "9"
argon2 = "0.5"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
rand = "0.8"
thiserror = "1"
[profile.release]
opt-level = 3
lto = true
codegen-units = 1
panic = "abort"