]> git.proxmox.com Git - rustc.git/blame - src/doc/book/listings/ch03-common-programming-concepts/no-listing-31-arms-must-return-same-type/Cargo.toml
New upstream version 1.56.0~beta.4+dfsg1
[rustc.git] / src / doc / book / listings / ch03-common-programming-concepts / no-listing-31-arms-must-return-same-type / Cargo.toml
CommitLineData
74b04a01
XL
1[package]
2name = "branches"
3version = "0.1.0"
74b04a01
XL
4edition = "2018"
5
6[dependencies]