diff options
| author | A Farzat <a@farzat.xyz> | 2026-02-06 18:31:40 +0300 |
|---|---|---|
| committer | A Farzat <a@farzat.xyz> | 2026-02-06 18:31:40 +0300 |
| commit | 707e81e08969b04b41cf0b5716ef64263339064c (patch) | |
| tree | a496692f03680a1b151f59acef7843d34309d731 | |
| download | safaribooks-rs-707e81e08969b04b41cf0b5716ef64263339064c.tar.gz safaribooks-rs-707e81e08969b04b41cf0b5716ef64263339064c.zip | |
Init commit
| -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] |
