lib_vtop 1.0.0

A minimal libre package for VTOP
Documentation
1
2
3
4
5
6
7
8
9
10
11
[release]
# Disable git push since GitHub Actions will handle it
push = false
# Enable publishing to crates.io
publish = true
# Create git tag
tag = true
# Update dependencies
dev-version-ext = "alpha.0"
# Pre-release hook to run tests
pre-release-hook = ["cargo", "test"]