mirror of
https://github.com/kristoferssolo/tg-relay-rs.git
synced 2026-02-04 06:42:09 +00:00
feat: add platforms as features
This commit is contained in:
@@ -29,6 +29,11 @@ tracing-appender = "0.2"
|
||||
tracing-subscriber = { version = "0.3", features = ["registry", "env-filter"] }
|
||||
url = "2.5"
|
||||
|
||||
[features]
|
||||
default = ["instagram", "youtube"]
|
||||
instagram = []
|
||||
youtube = []
|
||||
|
||||
[lints.clippy]
|
||||
pedantic = "warn"
|
||||
nursery = "warn"
|
||||
|
||||
Reference in New Issue
Block a user