Remove the cargo.toml workspace and define common as a library
[recipes.git] / common / src / lib.rs
1 mod recipes {
2 #[test]
3 fn it_works() {
4 assert_eq!(2 + 2, 4);
5 }
6 }