mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-08-25 15:11:15 +00:00
18 lines
295 B
TOML
18 lines
295 B
TOML
[package]
|
|
name = "logos-account"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
license.workspace = true
|
|
|
|
[features]
|
|
dev = []
|
|
|
|
[dependencies]
|
|
# Workspace dependencies (sorted)
|
|
crypto = { workspace = true }
|
|
shared-traits = { workspace = true }
|
|
|
|
# External dependencies (sorted)
|
|
hex = "0.4.3"
|
|
thiserror = "2"
|