18 lines
385 B
TOML
18 lines
385 B
TOML
[package]
|
|
name = "csql"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
sqlx = { version = "0.6.2", features = [ "runtime-tokio-native-tls" , "mysql" ] }
|
|
tokio = { version = "1.25.0", features = ["full"] }
|
|
dotenvy = "0.15.6"
|
|
directories = "4.0.1"
|
|
csv = "1.1.6"
|
|
egui = "0.21.0"
|
|
eframe = "0.21.0"
|
|
egui_extras = "0.21.0"
|
|
rfd = "0.11.1"
|
|
grid = "0.9.0"
|
|
regex = "1.7.1"
|
|
chrono = "0.4.24"
|