add oauth

This commit is contained in:
2026-01-18 14:26:43 +09:00
parent 1fd619e32b
commit f8670aa179
50 changed files with 5132 additions and 330 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "ailog"
version = "0.2.0"
version = "0.0.1"
edition = "2021"
description = "ATProto blog CLI"
authors = ["syui"]
@@ -21,3 +21,4 @@ anyhow = "1.0"
dirs = "5.0"
chrono = { version = "0.4", features = ["serde"] }
rand = "0.8"
dotenvy = "0.15"