[package] name = "got" version.workspace = true edition.workspace = true [[bin]] name = "got" path = "src/main.rs" [dependencies] goingson-core = { workspace = true, features = ["sqlx-sqlite"] } goingson-db-sqlite = { workspace = true } # Alloy's themed-ratatui layer, from crates.io. MIT, carved out of the # otherwise GPL alloy repo so it can be linked from here. alloy_tui.workspace = true tokio = { workspace = true, features = ["rt-multi-thread", "macros"] } sqlx = { workspace = true, features = ["sqlite"] } uuid = { workspace = true } chrono = { workspace = true } ratatui = "0.30" anyhow = "1" makeover.workspace = true [lints] workspace = true