diff options
| author | pravic <[email protected]> | 2016-04-12 17:47:49 +0300 |
|---|---|---|
| committer | pravic <[email protected]> | 2016-04-12 17:47:49 +0300 |
| commit | 91d227b219446d3a8b13f5bf7eb87bfc78a8b339 (patch) | |
| tree | 0e438aefd2b3cf07354a68595d5aa4ed73f81f15 /libcore/Cargo.toml | |
| parent | add native import libraries (diff) | |
| download | kmd-env-rs-91d227b219446d3a8b13f5bf7eb87bfc78a8b339.tar.xz kmd-env-rs-91d227b219446d3a8b13f5bf7eb87bfc78a8b339.zip | |
add libcore from 2016-04-11 nightly
Diffstat (limited to 'libcore/Cargo.toml')
| -rw-r--r-- | libcore/Cargo.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libcore/Cargo.toml b/libcore/Cargo.toml new file mode 100644 index 0000000..98f941f --- /dev/null +++ b/libcore/Cargo.toml @@ -0,0 +1,10 @@ +[package] +authors = ["The Rust Project Developers"] +name = "core" +version = "0.0.0" +build = "build.rs" + +[lib] +name = "core" +path = "lib.rs" +test = false |