notedeck

One damus client to rule them all
git clone git://jb55.com/notedeck
Log | Files | Refs | README | LICENSE

Cargo.toml (262B)


      1 [package]
      2 name = "md-stream"
      3 version = "0.1.0"
      4 edition = "2021"
      5 description = "Incremental markdown parser for streaming LLM output"
      6 license = "MIT"
      7 
      8 [dependencies]
      9 # No deps for core parser - keep it minimal
     10 
     11 [dev-dependencies]
     12 # For testing streaming behavior