Skip to content

Commit

Permalink
feat: added feedbacker; program to store feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
LyonSyonII committed Feb 21, 2024
1 parent cc45568 commit 03101fc
Show file tree
Hide file tree
Showing 9 changed files with 1,494 additions and 7 deletions.
11 changes: 11 additions & 0 deletions feedbacker/.cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[unstable]
codegen-backend = true
profile-rustflags = true

[profile.dev]
codegen-backend = "cranelift"

[profile.release]
#rustflags = [
# "-Zlocation-detail=none"
#]
1 change: 1 addition & 0 deletions feedbacker/.envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
use flake
Loading

0 comments on commit 03101fc

Please sign in to comment.