com.jtitor.rust
Owner: John Titor
Fork of ArielCabib's Rust plugin.
https://github.com/jTitor/rust-gradle-plugin
Sources: https://github.com/jTitor/rust-gradle-plugin
Add this plugin to your build using the plugins DSL:
plugins {
id("com.jtitor.rust") version "0.1.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.jtitor:rust-gradle-plugin:0.1.2") } } apply(plugin = "com.jtitor.rust")
- Applying plugins to all subprojects .