[package] name = "cortexo" version = "0.2.0" edition = "2021" description = "An exocortex app to help keep me productive and organized" license = "MIT" repository = "https://github.com/chordtoll/cortexo" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rocket = { version = "0.5.0-rc.3"} sea-orm = { version = "0.11", features = [ "sqlx-sqlite", "runtime-tokio-rustls", "macros", "debug-print" ] } sea-orm-migration = "0.11" tokio = { version = "1.29.1", features = ["macros", "rt-multi-thread"] } tracing = "0.1.37" tracing-subscriber = "0.3.17" rocket_db_pools = { version = "0.1.0-rc.3", features = ["sqlx_sqlite"] } rocket_dyn_templates = { version = "0.1.0-rc.3", features = ["tera"] } serde = { version = "1.0.181", features = ["derive"] } futures = "0.3.28" async-recursion = "1.0.4" html-escape = "0.2.13"