smmry

Summarize a URL with smmry.com
git clone git://git.alex.balgavy.eu/smmry.git
Log | Files | Refs | README

Cargo.toml (414B)


      1 [package]
      2 name = "smmry"
      3 version = "0.1.0"
      4 edition = "2021"
      5 description = "Summarize an article using https://smmry.com and output HTML"
      6 
      7 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
      8 
      9 [dependencies]
     10 ureq = { version = "*", features = ["json"] }
     11 serde = { version = "1", features = ["derive"] }
     12 clap = { version = "4.0.4", features = ["derive"] }
     13 indoc = "1.0.7"