cask-pkg / cask.rs

A universal, distributed binary file manager. 一个通用的去中心化二进制管理器
MIT License
74 stars 3 forks source link

Feature Proposal: implement dependencies in `Cask.toml` #28

Open axetroy opened 2 years ago

axetroy commented 2 years ago
[dependencies]
"github.com/example/foo" = "1.0.0"
"github.com/example/bar" = { version = "1.0.0" }
"github.com/example/cool" = { version = "1.x" }