1[workspace] 2members = [] 3resolver = "2" 4 5[package] 6name = "tree-data" 7version = "0.1.0" 8edition = "2018" 9 10# Required to satisfy cargo but no `lib.rs` is expected to 11# exist within test data. 12[lib] 13path = "lib.rs" 14 15[dependencies] 16chrono = "=0.4.24" 17cpufeatures = "=0.2.7" 18serde_derive = "=1.0.152" 19