A simple tool for incremental sync of atproto repo CAR files
1[project]
2name = "carsync"
3version = "0.1.0"
4description = "A simple tool for incremental sync of atproto repo CAR files"
5requires-python = ">=3.8"
6dependencies = [
7 "cbrrr",
8 "atmst",
9 "requests",
10]
11
12[project.scripts]
13carsync = "carsync:main"
14
15[build-system]
16requires = ["setuptools>=61.0"]
17build-backend = "setuptools.build_meta"