Abbaye

at 44bfea6

[site]
name = "Abbaye"
base_url = "http://vit.am/~ololduck/abbaye/"
repo_url = "https://git.sr.ht/~ololduck/abbaye"

[version_extractor]
type = "git"
tag_prefix = "v"

[changelog]

[[builders]] # builds the project using cargo build --release
type = "cargo"
targets = ["x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl"]

[[builders]] # generates documentation using cargo doc
type = "cargo_doc"
no_deps = true

[[builders]]
type = "archive" # creates a compressed tarball of the source code (can be of anything, really)