[package] name = "rpl" version = "0.1.0" authors = ["Tomas Shestakov "] edition = "2018" license = "MIT" description = "Samples for Rust Programming Language book" #[profile.release] #panic = 'abort' #[profile.dev] #panic = "unwind" [workspace] members = ["ch02/guessing_game", "ch03", "ch04", "ch05", "ch06", "ch07", "ch08", "ch09", "ch10", "ch11", "ch12/minigrep", "ch13", "ch14/art"]