adx: fix README path

This commit is contained in:
Harsh Shandilya 2021-07-24 15:13:30 +05:30
parent 27d880fca5
commit 96773eda6e
No known key found for this signature in database
GPG Key ID: 366D7BBAD1031E80
2 changed files with 3 additions and 1 deletions

View File

@ -8,7 +8,7 @@ description = "Poll Google's Maven repository to fetch the latest versions of An
repository = "https://github.com/msfjarvis/androidx-release-watcher"
homepage = "https://github.com/msfjarvis/androidx-release-watcher"
keywords = ["maven", "androidx"]
readme = "README.md"
readme = "../README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

2
shell.nix Normal file
View File

@ -0,0 +1,2 @@
with import <nixpkgs> { };
mkShell { buildInputs = [ clang_11 lld_11 cargo rustc pkgconfig openssl ]; }