summaryrefslogtreecommitdiff
path: root/xmake/modules/package/manager/cargo/configurations.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2022-04-02 12:26:14 +0800
committerruki <[email protected]>2022-04-02 12:26:14 +0800
commita9f5e6556fc8ee8584aedb9d4b5b88ab475bef0e (patch)
treef25ecd1018f930482b55cbebde81957a415f4fd1 /xmake/modules/package/manager/cargo/configurations.lua
parent3261ecb32c7c5c0c4c71e5b78a03b0cd203652f1 (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.lua1
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