diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | Cargo.toml | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ea8c4bf --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/target diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..7ac047e --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "safaribooks-rs" +version = "0.1.0" +edition = "2024" + +[dependencies] |
