[package] name = "nodl" version = "0.2.1" authors = ["Jack Hanslope"] edition = "2021" license = "MIT OR Apache-2.0" description = "Command line tool for building a directed graph of links between notes" repository = "https://github.com/jackhanslope/nodl" [dependencies] clap = { version = "4.5.20", features = ["derive"] } gray_matter = "0.2.8" pest = "2.7.14" pest_derive = "2.7.14" serde = { version = "1.0.210", features = ["derive"] } serde_json = "1.0.128"