mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-02-10 00:43:09 +00:00
11 lines
136 B
TOML
11 lines
136 B
TOML
[package]
|
|
name = "logos-chat"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[lib]
|
|
crate-type = ["staticlib"]
|
|
|
|
[dependencies]
|
|
thiserror = "2.0.17"
|