kaspa_core/
kaspad_env.rs

1pub fn version() -> &'static str {
2    env!("CARGO_PKG_VERSION")
3}
4
5pub fn name() -> &'static str {
6    "kaspad"
7}