Skip to content

Commit

Permalink
chore: moved .cargo/ to better spot
Browse files Browse the repository at this point in the history
This should also make it work for installing from crates.io without
having to set `RUSTFLAGS`.
  • Loading branch information
arctic-hen7 committed Jan 22, 2022
1 parent b7928d0 commit b8d555d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
File renamed without changes.
9 changes: 9 additions & 0 deletions packages/tribble-app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
name = "tribble-app"
version = "0.1.0-rc.6"
edition = "2018"
include = [
"src/",
"Cargo.toml",
".cargo/",
"index.html",
"package.json",
"package-lock.json",
"tailwind.config.js"
]
description = "The Perseus app that underlies Tribble."
authors = ["arctic_hen7 <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit b8d555d

Please sign in to comment.