/ Cargo.toml
Cargo.toml
1 [package] 2 name = "extropia" 3 version = "0.1.0" 4 edition = "2021" 5 6 license = "0BSD" 7 authors = ["Harmoniq Punk PGP: 88E016462EFF9672"] 8 description = "Extropia Core Library implementing extronet stdandards" 9 homepage = "https://extronet.org" 10 keywords = ["p2p", "cryptography", "network"] 11 categories = ["cryptography::cryptocurrencies"] 12 readme = "README.md" 13 exclude = [".github"] 14 15 [dependencies]