init
This commit is contained in:
13
libertas_core/Cargo.toml
Normal file
13
libertas_core/Cargo.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[package]
|
||||
name = "libertas_core"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.100"
|
||||
async-trait = "0.1.89"
|
||||
bytes = "1.10.1"
|
||||
chrono = "0.4.42"
|
||||
futures = "0.3.31"
|
||||
thiserror = "2.0.17"
|
||||
uuid = "1.18.1"
|
||||
Reference in New Issue
Block a user