Uses of Class
org.eolang.maven.rust.Project
-
Packages that use Project Package Description org.eolang.maven.rust Rust project creating. -
-
Uses of Project in org.eolang.maven.rust
Methods in org.eolang.maven.rust that return Project Modifier and Type Method Description Project
Project. dependency(String name, Object content)
Add dependency to project.Project
Project. with(Module module, List<String> dependencies)
Adds the module to the project.
-