tengu 0.1.1

Self-hosted PaaS for deploying web applications via git push
Documentation
1
2
3
4
5
6
#![doc = include_str!("../README.md")]
#![forbid(unsafe_code)]
#![warn(clippy::pedantic)]

/// Tengu library version.
pub const VERSION: &str = env!("CARGO_PKG_VERSION");