mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-08-25 15:11:15 +00:00
10 lines
193 B
TOML
10 lines
193 B
TOML
[package]
|
|
name = "shared-traits"
|
|
description = "Shared traits for the Logos Ecosystem"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
crypto = { workspace = true }
|