Skip to content

rcore-os/bindeps-simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bindeps

Bindeps is used to get the dependencies as bin, with more options in stable channel.

Usage

Bin type dependency should have a lib.rs file, or it will be ignored.

[dependencies]
foo = { path = "path/to/foo", version = "0.1" }

[build-dependencies]
bindeps-simple = {version = "*"}

In build.rs:

let output = bindeps_simple::Builder::new("foo").build().unwrap();
let _ = output.elf;

The path of foo bin is in output.elf.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages