We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93f7f6e commit 80dfcb8Copy full SHA for 80dfcb8
.env.example
@@ -0,0 +1 @@
1
+NAME=pythoninthegrass
.gitignore
@@ -1,5 +1,6 @@
# ETC
2
-
+!**/.env.example
3
+**/.env.*
4
5
# Generated by Cargo
6
# will have compiled files and executables
Cargo.toml
@@ -6,7 +6,5 @@ description = "Rustacean hopeful"
repository = "https://github.com/pythoninthegrass/hello-rust"
7
license = "MIT OR Apache-2.0"
8
9
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
10
11
[dependencies]
12
dotenvy = { version = "0.15.7", features = ["cli"] }
0 commit comments