1 2 3 4 5 6
use agent_pay::VERSION; #[test] fn package_version_is_v01_banner() { assert_eq!(VERSION, "agent-pay/0.1"); }