mirror of
https://github.com/openharmony/third_party_rust_ipnet.git
synced 2026-07-01 20:24:06 -04:00
Initial commit
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
/target/
|
||||
**/*.rs.bk
|
||||
Cargo.lock
|
||||
@@ -0,0 +1,6 @@
|
||||
[package]
|
||||
name = "ipnet"
|
||||
version = "0.1.0"
|
||||
authors = ["Kris Price <kris@krisprice.nz>"]
|
||||
|
||||
[dependencies]
|
||||
@@ -0,0 +1,6 @@
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
#[test]
|
||||
fn it_works() {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user