[package] name = "my_file_crate" version = "0.1.1" edition = "2021" description = "my test crate" license = "Apache-2.0" repository = "https://github.com/evanzp0/crate_info/tree/main/crate_file" documentation = "https://docs.rs/my_file_crate" readme = "../README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] my_lib_crate = "0.1" # crate_extern_lib = "0.1" home = "0.5" my_macro_crate = "0.1"