initial commit

This commit is contained in:
aaron-jack-manning
2024-03-01 21:28:01 +11:00
commit d2978bb1c7
6 changed files with 1934 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
[package]
name = "letterboxd-export"
version = "0.0.0"
edition = "2021"
authors = ["Aaron Manning <contact@aaronmanning.net>"]
license = "GPL-2.0-only"
[dependencies]
anyhow = "1.0.80"
clap = { version = "4.5.1", features = ["derive"] }
cookie = "0.18.0"
dialoguer = "0.11.0"
reqwest = { version = "0.11.24", features = ["blocking", "cookies"] }
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
serde_urlencoded = "0.7.1"