Add empty sibiltypes lib at ./types
This commit is contained in:
parent
6eb2f930a6
commit
0e6231bd94
2 changed files with 12 additions and 0 deletions
6
types/Cargo.toml
Normal file
6
types/Cargo.toml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
[package]
|
||||||
|
name = "sibiltypes"
|
||||||
|
version = "0.1.0"
|
||||||
|
authors = ["Eryn Wells <eryn@erynwells.me>"]
|
||||||
|
|
||||||
|
[dependencies]
|
6
types/src/lib.rs
Normal file
6
types/src/lib.rs
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
#[cfg(test)]
|
||||||
|
mod tests {
|
||||||
|
#[test]
|
||||||
|
fn it_works() {
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue