chat-types/Cargo.toml

14 lines
414 B
TOML
Raw Normal View History

2023-01-07 22:34:55 +00:00
[package]
name = "chat-types"
version = "0.1.0"
edition = "2021"
[lib]
[dependencies]
serde = { version = "1.0", features = ["derive"] }
chrono = { version = "0.4", features = [ "serde" ] }
2023-01-29 03:13:49 +00:00
sqlx = { version = "0.6.0", features = [ "runtime-tokio-rustls", "mysql", "chrono", "decimal", "offline" ] }
serde_json = { version = "1" }
2023-03-05 13:15:18 +00:00
dev-dtos = { git = "https://git.franklinblanco.dev/franklinblanco/dev-dtos.git" }