[[bin]] name = "sn_grufs" path = "src/main.rs" edition = "2018" [package] authors = ["Folât Pjêrsômêj folaht@protonmail.com"] description = "Downloads safenet core packages from source and compiles it." documentation = "https://docs.rs/sn_grufs" edition = "2018" homepage = "https://github.com/safenetwork-community" license = "GPL-3.0" name = "sn_grufs" readme = "README.md" repository = "https://github.com/safenetwork-community/sn_grufs" version = "1.0.0" [dependencies] anyhow = "1.0" bincode = "1.3" curl = "0.4" directories = "3.0" env_logger = "0.8" log = "0.4" reqwest = { version = "0.11", features = ["json"]} serde = { version = "1.0", features = ["derive"]} serde_json = "1.0" sled = "0.34" tokio = { version = "1.6", features = ["full"]} [dev-dependencies]