
! Requirements for variable message fetching not yet met ! /message/get?id=<id> needs a way of passing back file contents ! The file upload is sketchy at best and not necessarily guaranteed to sync the database with the file system
14 lines
362 B
TOML
14 lines
362 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" ] }
|
|
tokio = { version = "1", features = ["fs", "io-util"] }
|