summaryrefslogtreecommitdiff
path: root/xmake/toolchains/rust/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/toolchains/rust/xmake.lua')
-rw-r--r--xmake/toolchains/rust/xmake.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/xmake/toolchains/rust/xmake.lua b/xmake/toolchains/rust/xmake.lua
index 43684a5bb..6112f3e96 100644
--- a/xmake/toolchains/rust/xmake.lua
+++ b/xmake/toolchains/rust/xmake.lua
@@ -20,6 +20,10 @@
-- define toolchain
toolchain("rust")
+
+ -- set homepage
+ set_homepage("https://www.rust-lang.org/")
+ set_description("Rust Programming Language Compiler")
-- set toolsets
set_toolsets("rc", "$(env RC)", "rustc")