[defaults.packages]
source_root = "."
target_root = "../dst"
existing_file_policy = "error"
[packages."mages"]
source_root = "mages"
existing_file_policy = "backup"
profiles = [
"people",
"mana_users",
]
links = [
{ source = ".", target = "characters/mages" },
]
[packages."royalty"]
profiles = [
"people",
]
links = [
{ source = "royalty_list.txt", target = "characters/royalty/royalty.txt" },
]
[packages."nobles"]
target_root = "../dst/characters/nobles"
existing_file_policy = "skip"
profiles = [
"people",
]
links = [
{ source = "nobles/barons.txt", target = "1.txt" },
{ source = "nobles/marquess.txt", target = "2.txt" },
{ source = "nobles/dukes.txt", target = "3.txt" },
{ source = "nobles/counts.txt", target = "5.txt" },
]
[packages."spirits"]
existing_file_policy = "error"
profiles = [
"mana_users",
]
links = [
{ source = "spirits", target = "spirits" }
]
[packages."dragons"]
profiles = [
"mana_users",
]
links = [
{ source = "dragons.txt", target = "dragons.txt" },
]
[packages."books"]
existing_file_policy = "replace"
profiles = [
{ source = "books/by-author/roy-alphard.txt", target = "books/by-author/roy-alphard.txt" },
{ source = "books/by-author/dustin-gunther.txt", target = "books/by-author/dustin-gunther.txt" },
]