xref: /DADK/crates/test_base/Cargo.toml (revision 60f366c9cf663fab2c851abaf55f1b1f011b3bb9)
1*60f366c9SLoGin[package]
2*60f366c9SLoGinname = "test_base"
3*60f366c9SLoGinversion = "0.1.0"
4*60f366c9SLoGinedition = "2021"
5*60f366c9SLoGinlicense = "GPL-2.0-only"
6*60f366c9SLoGin# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7*60f366c9SLoGin
8*60f366c9SLoGin[dependencies]
9*60f366c9SLoGinlog = "0.4.21"
10*60f366c9SLoGinsimple_logger = "4.3.3"
11*60f366c9SLoGintest-context = "0.3.0"
12