feat: init with rust lib and bin crate

This commit is contained in:
steveej 2024-12-23 11:55:36 +01:00
commit ca266531a9
21 changed files with 990 additions and 0 deletions

12
templates/default/.envrc Normal file
View file

@ -0,0 +1,12 @@
#!/usr/bin/env bash
# Used by https://direnv.net
# Automatically reload when this file changes
watch_file ./nix/devshells/default.nix
watch_file ./nix/*.nix
# Load `nix develop`
use flake .#rust
# Extend the environment with per-user overrides
source_env_if_exists .envrc.local