【发布时间】:2018-03-28 22:58:03
【问题描述】:
我想使用 EDN 解析器,但它位于 https://github.com/mozilla/mentat 中。 https://github.com/mozilla/mentat/tree/master/edn 有自己的 Cargo.toml。
我试过了:
[dependencies]
edn = { git = "https://github.com/mozilla/mentat/tree/master/edn" }
但它不起作用。
是否可以在 mentat 存储库中添加对这个 crate 的依赖?
【问题讨论】:
标签: git rust rust-cargo