Blog attempt 5
at trunk 29 lines 941 B view raw
1[package] 2name = "bog" 3version = "0.1.0" 4edition = "2024" 5build = "build.rs" 6 7[dependencies] 8chrono = { version = "0.4", features = ["serde"] } 9maud = { version = "0.27", features = ["poem"] } 10poem = { version = "3", features = ["static-files", "chrono", "cookie"] } 11rusqlite = { version = "0.37.0", features = ["chrono", "bundled"] } 12rusqlite_migration = "2.3.0" 13serde = "1" 14tokio = { version = "1", features = ["macros", "rt-multi-thread", "process"] } 15atom_syndication = "0.12" 16serde_json = "1.0.145" 17log = "0.4.28" 18env_logger = "0.11.8" 19typst = "0.13.0" 20typst-render = "0.13.0" 21typst-as-lib = { version = "0.14.0", features = ["typst-kit-fonts"] } 22derive_typst_intoval = "0.5.0" 23autumnus = { version = "0.7", features = ["all-languages"]} 24makup = { git = "https://tangled.org/j0.lol/makup", version = "0.1.0" } 25rand = "0.9" 26 27[build-dependencies] 28vergen-git2 = { version = "1", features = ["build", "cargo", "rustc", "si"] } 29rand = "0.9"