mirror of
https://github.com/openharmony/third_party_rust_foreign-types.git
synced 2026-06-30 23:37:54 -04:00
Initial commit
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
target
|
||||
Cargo.lock
|
||||
.idea
|
||||
*.iml
|
||||
@@ -0,0 +1,6 @@
|
||||
[package]
|
||||
name = "foreign-types"
|
||||
version = "0.1.0"
|
||||
authors = ["Steven Fackler <sfackler@gmail.com>"]
|
||||
|
||||
[dependencies]
|
||||
@@ -0,0 +1,6 @@
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
#[test]
|
||||
fn it_works() {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user