mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-06-28 03:59:27 +00:00
9 lines
168 B
TOML
9 lines
168 B
TOML
|
|
[package]
|
||
|
|
name = "shared-traits"
|
||
|
|
description = "Shared traits for the Logos Ecosystem"
|
||
|
|
version = "0.1.0"
|
||
|
|
edition = "2024"
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
crypto = { workspace = true }
|