You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
404B

  1. [package]
  2. name = "elasticlunr-indexer"
  3. version = "0.1.0"
  4. authors = ["Jonathan Strong <jonathan.strong@gmail.com>"]
  5. edition = "2018"
  6. [[bin]]
  7. name = "indexer"
  8. path = "src/main.rs"
  9. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  10. [dependencies]
  11. elasticlunr-rs = "2.3"
  12. serde = { version = "1.0", features = ["derive"] }
  13. bytelines = "2.2"
  14. serde_json = "1.0"