Cargo.toml
1 [package] 2 name = "adnet-core-storage" 3 version = "0.1.0" 4 authors = [ "ADnet Contributors" ] 5 description = "Convenience methods for accessing resources in ADnet storage" 6 license = "Apache-2.0" 7 edition = "2021" 8 repository = "https://github.com/BlockBlox-MD/adnet-core" 9 10 [dependencies.dirs] 11 version = "4.0" 12 13 [dependencies.tempfile] 14 version = "3.15"