**TODOs:** - [x] Fix all clippy issues - [x] Make NIP-4e optional (disabled by default) - [x] Remove support for bunker (Nostr Connect) - [x] Group messages in the same timeframe - [ ] ... Reviewed-on: #34
15 lines
329 B
TOML
15 lines
329 B
TOML
[toolchain]
|
|
channel = "1.96"
|
|
profile = "minimal"
|
|
components = ["rustfmt", "clippy"]
|
|
targets = [
|
|
"x86_64-apple-darwin",
|
|
"aarch64-apple-darwin",
|
|
"x86_64-unknown-linux-gnu",
|
|
"x86_64-pc-windows-msvc",
|
|
"aarch64-pc-windows-msvc",
|
|
"aarch64-apple-ios",
|
|
"aarch64-linux-android",
|
|
"wasm32-unknown-unknown"
|
|
]
|