1[package] 2name = "cat" 3version = "0.1.0" 4edition = "2021" 5 6[[bin]] 7name = "cat" 8path = "cat.rs"
View as plain text