all: run cargo diet

This commit is contained in:
Harsh Shandilya 2022-01-21 00:56:53 +05:30
parent 565f64c712
commit f0ecd66792
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -9,6 +9,7 @@ homepage = "https://github.com/msfjarvis/gitice"
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"
keywords = ["git", "snapshot", "backup", "restore"] keywords = ["git", "snapshot", "backup", "restore"]
readme = "README.md" readme = "README.md"
include = ["src/**/*", "LICENSE-*", "README.md"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html