You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
309 B
12 lines
309 B
[package]
|
|
name = "chatty"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
serde = "1.0.225"
|
|
serde_json = { version = "1.0.145", features = ["default"] }
|
|
sqlx = {version = "0.8.6", features = ["postgres", "runtime-tokio"]}
|
|
tokio = {version = "1.47.1", features = ["full"]}
|
|
futures = "0.3"
|
|
dotenv = "0.15.0"
|
|
|