use custom orgize branch
... | ... | @@ -6,8 +6,7 @@ edition = "2021" |
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
[dependencies] | ||
# orgize = "0.9.0" | ||
orgize = { path = "../orgize" } | ||
orgize = { git = "https://github.com/scd31/orgize/", branch = "no-more-default" } | ||
syntect = "5.0" | ||
anyhow = "1.0" | ||
tokio = { version = "1.0", features = ["full"] } | ||
... | ... |
Please register or sign in to comment