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 /Cargo.toml | |
| download | safaribooks-rs-707e81e08969b04b41cf0b5716ef64263339064c.tar.gz safaribooks-rs-707e81e08969b04b41cf0b5716ef64263339064c.zip | |
Init commit
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
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] |
