Rust wrapper for the ATProto tap utility
1[package]
2name = "standard-site-sync"
3version = "0.1.0"
4edition = "2021"
5license = "MIT"
6description = "Example sync for standard.site publications and documents"
7authors = ["Thomas Karpiniec <tom.karpiniec@fastmail.com.au>"]
8publish = false
9
10[[bin]]
11name = "standard-site-sync"
12path = "src/main.rs"
13
14[dependencies]
15tapped = { path = "../tapped" }
16lexicons-example = { path = "../lexicons-example" }
17
18tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
19env_logger = "0.11"
20log = "0.4"
21serde = { version = "1", features = ["derive"] }
22serde_json = "1"
23jacquard-common = "0.9.5"
24jacquard-lexicon = "0.9.5"