Listen to git commits for a specific repo and run a shell command
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 29c04a75c8fa2e256dd0c71410e901effa92519e 11 lines 244 B view raw
1[package] 2name = "tangled-on-commit" 3version = "0.1.0" 4edition = "2024" 5license = "GPL-3.0-or-later" 6rust-version = "1.88" 7 8[dependencies] 9json = "0.12.4" 10trust-dns-resolver = "0.20.1" 11reqwest = { version = "0.12.23", features = ["blocking"] }