add dummy file

This commit is contained in:
sneakers-the-rat 2023-06-05 18:01:41 -07:00
parent 46d8ed345b
commit 03a71423b5
2 changed files with 5 additions and 1 deletions

View file

@ -1 +0,0 @@
// dummy file

5
src/main.rs Normal file
View file

@ -0,0 +1,5 @@
// dummy file
fn main() {
println!("This package does nothing! It's just for gathering deps to build the book!")
}