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" ] }
|
2023-02-21 17:16:04 +00:00
|
|
|
serde_json = { version = "1" }
|
|
|
|
|
|
|
|
dev-dtos = { git = "https://git.franklinblanco.dev/franklinblanco/user-svc-dtos-rust.git" }
|