1
我想使用EDN解析器,但它在https://github.com/mozilla/mentat之內。 https://github.com/mozilla/mentat/tree/master/edn有它自己的Cargo.toml。我可以添加一個作爲git存儲庫子目錄的依賴包嗎?
我嘗試這樣做:
[dependencies]
edn = { git = "https://github.com/mozilla/mentat/tree/master/edn" }
但它不工作。
是否有可能在mentat存儲庫中爲此包添加依賴項?