magical markdown slides
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 18 lines 365 B view raw
1[package] 2name = "lantern-core" 3version = "0.1.0" 4edition = "2024" 5 6[dependencies] 7tracing = "0.1.41" 8owo-colors = "4.2.3" 9crossterm = "0.29.0" 10pulldown-cmark = "0.13.0" 11serde = { version = "1.0.228", features = ["derive"] } 12serde_json = "1.0.145" 13serde_yml = "0.0.12" 14syntect = "5" 15terminal-colorsaurus = "1.0.1" 16thiserror = "2" 17toml = "0.9" 18unicode-width = "0.2"