cargo-post 0.1.7

A `cargo` wrapper that executes a post build script after a successful build.
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "post-build-script"
version = "0.1.0"
edition = "2018"

[[bin]]
name = "post-build-script"
path = {file_name}

[workspace]

{dependencies}