feat: init rust crate

This commit is contained in:
ECSS 11
2026-01-12 16:40:02 -06:00
parent 99d212d26a
commit 9dcf84dcb3
10 changed files with 90 additions and 0 deletions

6
Cargo.toml Normal file
View File

@@ -0,0 +1,6 @@
[package]
name = "rss-to-feishu"
version = "0.1.0"
edition = "2024"
[dependencies]