hakanai 2.20.1

CLI client for Hakanai, a secure secret sharing service.
1
2
3
4
5
6
// SPDX-License-Identifier: Apache-2.0

/// Returns the user agent name for the CLI application.
pub fn get_user_agent_name() -> String {
    format!("hakanai-cli/{}", env!("CARGO_PKG_VERSION"))
}