1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
[package] name = "repoman" version = "0.4.3" author = "Chris Tusa <christusa@gmail.com>" description = "Per-project Incus containers + opinionated NFS/ZFS backup" license = "MIT" url = "" [build] entry = "src/main.reef" output = "repoman" output_dir = "build" source_dirs = ["src"] [docs] output = "docs/api" include_private = false