1
Fork 0
mirror of https://github.com/Steffo99/patched-porobot.git synced 2024-12-22 09:34:21 +00:00

Use implicit targets in Cargo.toml

This commit is contained in:
Steffo 2022-08-07 17:22:56 +02:00
parent 96fb1c4bc6
commit 0795ee3add
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -35,7 +35,3 @@ search = ["tantivy"]
telegram = ["exec", "search", "teloxide", "reqwest", "tokio"]
# discord = ["exec", "search"]
# matrix = ["exec", "search"]
[lib]
name = "patched_porobot"
path = "src/lib.rs"