all: run cargo diet

This commit is contained in:
Harsh Shandilya 2022-01-21 00:38:47 +05:30
parent d23d36e5cb
commit 9eeaa007b1
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -9,6 +9,7 @@ homepage = "https://github.com/msfjarvis/clipboard-substitutor"
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"
keywords = [] keywords = []
readme = "README.md" readme = "README.md"
include = ["src/**/*", "LICENSE-*", "README.md"]
[dependencies] [dependencies]
anyhow = "1.0.52" anyhow = "1.0.52"