
Removig chrono from api code as well Removing chrono as dep in api code + Using Content-Type for /message/send content type Updating cargo lists for removal of fluff deps Removal of more fluff Addking makefile to avoid compiling debug builds by accident while developing
14 lines
307 B
TOML
14 lines
307 B
TOML
[package]
|
|
name = "db"
|
|
version = "0.1.0"
|
|
authors = ["shockrah <alejandros714@protonmail.com>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
mysql_async = "0.23.1"
|
|
|
|
serde = { version = "1.0.117", features = [ "derive" ] }
|
|
|