diff options
| author | A Farzat <a@farzat.xyz> | 2026-03-01 16:52:14 +0300 |
|---|---|---|
| committer | A Farzat <a@farzat.xyz> | 2026-03-01 16:53:11 +0300 |
| commit | b0e66713529bd1cdac39d73fd06d37731b58882c (patch) | |
| tree | 7a66f819f56645895bac69af1bd41ee3f671c78f /Cargo.toml | |
| download | oreilly-epub-b0e66713529bd1cdac39d73fd06d37731b58882c.tar.gz oreilly-epub-b0e66713529bd1cdac39d73fd06d37731b58882c.zip | |
Init commit: setup project and cli parsing
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..1cc49f9 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "oreilly-epub" +version = "0.1.0" +edition = "2024" + +[dependencies] +clap = { version = "4.5.60", features = ["derive"] } |
