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 ProjectProject. dependency(String name, Object content)Add dependency to project.ProjectProject. with(Module module, List<String> dependencies)Adds the module to the project.
-