diff options
| author | ruki <[email protected]> | 2022-04-02 12:26:14 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-04-02 12:26:14 +0800 |
| commit | a9f5e6556fc8ee8584aedb9d4b5b88ab475bef0e (patch) | |
| tree | f25ecd1018f930482b55cbebde81957a415f4fd1 /xmake/modules/package/manager/cargo/configurations.lua | |
| parent | 3261ecb32c7c5c0c4c71e5b78a03b0cd203652f1 (diff) | |
improve to find cargo package
Diffstat (limited to 'xmake/modules/package/manager/cargo/configurations.lua')
| -rw-r--r-- | xmake/modules/package/manager/cargo/configurations.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/modules/package/manager/cargo/configurations.lua b/xmake/modules/package/manager/cargo/configurations.lua index a3f85a0ea..9a8b7f89f 100644 --- a/xmake/modules/package/manager/cargo/configurations.lua +++ b/xmake/modules/package/manager/cargo/configurations.lua @@ -24,5 +24,6 @@ function main() { features = {description = "set the features of dependency."}, default_features = {description = "enables or disables any defaults provided by the dependency.", default = true}, + cargo_toml = {description = "set Cargo.toml file path"} } end |
