* refactor * update * update * update * remove nostrprofile struct * update * refactor contacts * prevent double login
11 lines
203 B
TOML
11 lines
203 B
TOML
[toolchain]
|
|
channel = "1.86"
|
|
profile = "minimal"
|
|
components = ["rustfmt", "clippy"]
|
|
targets = [
|
|
"x86_64-apple-darwin",
|
|
"aarch64-apple-darwin",
|
|
"x86_64-unknown-linux-gnu",
|
|
"x86_64-pc-windows-msvc",
|
|
]
|