mirror of
https://github.com/alexpasmantier/television.git
synced 2025-06-06 03:25:23 +00:00

* nix flake shell + rust-toolchain.toml setup * migrated to naersk + nixpkgs-mozilla, it works for this workspace setup, updated Cargo.toml by autoformatting with taplo and adding reame to workspace.package to make `nix build` work
4 lines
83 B
TOML
4 lines
83 B
TOML
[toolchain]
|
|
channel = "1.80.0"
|
|
components = ["rustfmt", "clippy", "rust-analyzer"]
|