Vendor CMakeRust
This commit is contained in:
committed by
Dustin J. Mitchell
parent
37d7f3de8a
commit
7492fc48bb
1
cmake/CMakeRust/crates/test-bin/.gitignore
vendored
Normal file
1
cmake/CMakeRust/crates/test-bin/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
target/
|
||||
4
cmake/CMakeRust/crates/test-bin/Cargo.lock
generated
Normal file
4
cmake/CMakeRust/crates/test-bin/Cargo.lock
generated
Normal file
@@ -0,0 +1,4 @@
|
||||
[[package]]
|
||||
name = "test-bin"
|
||||
version = "0.1.0"
|
||||
|
||||
6
cmake/CMakeRust/crates/test-bin/Cargo.toml
Normal file
6
cmake/CMakeRust/crates/test-bin/Cargo.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
[package]
|
||||
name = "test-bin"
|
||||
version = "0.1.0"
|
||||
authors = ["Marc-André Moreau <marcandre.moreau@gmail.com>"]
|
||||
|
||||
[dependencies]
|
||||
3
cmake/CMakeRust/crates/test-bin/src/main.rs
Normal file
3
cmake/CMakeRust/crates/test-bin/src/main.rs
Normal file
@@ -0,0 +1,3 @@
|
||||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
||||
Reference in New Issue
Block a user