summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErin Power <xampprocky@gmail.com>2020-05-14 18:45:18 +0200
committerErin Power <xampprocky@gmail.com>2020-05-14 18:45:18 +0200
commit027e0641a934ea27057679a32e6f24700f0e5736 (patch)
tree3b8d92252b7c42e207f55de4aa767a39363df510
parent64b6e648ec7a21e2d2392e6a08df6d2874db9173 (diff)
Add more metadatav0.2.1
-rw-r--r--Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3d903bf..7cd18e1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,10 +6,15 @@ edition = "2018"
readme = "README.md"
homepage = "https://github.com/XAMPPRocky/octocrab"
repository = "https://github.com/XAMPPRocky/octocrab.git"
+description = "A modern, extensible GitHub API client."
license = "Apache-2.0/MIT"
documentation = "https://docs.rs/octocrab"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+[package.metadata.docs.rs]
+# This sets the default target to `x86_64-unknown-linux-gnu`
+# and only builds that target
+targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
reqwest = { version = "0.10.4", features = ["json"] }