Remove the cargo.toml workspace and define common as a library
This commit is contained in:
parent
33493c8991
commit
a372187c8d
9 changed files with 120 additions and 83 deletions
6
common/src/lib.rs
Normal file
6
common/src/lib.rs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
mod recipes {
|
||||
#[test]
|
||||
fn it_works() {
|
||||
assert_eq!(2 + 2, 4);
|
||||
}
|
||||
}
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue