p0lunin / teloc

Simple, compile-time DI framework for Rust
Apache License 2.0
150 stars 15 forks source link

Add github action to auto-publish crate when cargo.toml version is bumped. #35

Open aburkhalter512 opened 2 years ago

p0lunin commented 2 years ago

Good idea. If you wish to implemet this feature, see example: https://github.com/cucumber-rs/cucumber/blob/v0.13.0/.github/workflows/ci.yml#L203-L271

aburkhalter512 commented 2 years ago

I'll take a crack at it