We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d73ed6 commit 6d511c2Copy full SHA for 6d511c2
Cargo.toml
@@ -41,6 +41,7 @@ rand = { version = "0.9", optional = true }
41
relative-path = "2.0"
42
rayon = "1.10"
43
scc = { version = "2.3", features = ["serde"] }
44
+stupid_simple_dotenv = "0.2"
45
uuid = { version = "1.16", features = [
46
"v4",
47
"v7",
src/lib.rs
@@ -10,6 +10,7 @@ pub use log;
10
pub use rand;
11
pub use rayon;
12
pub use relative_path as path;
13
+pub use stupid_simple_dotenv as dotenv;
14
#[cfg(feature = "uuid")]
15
pub use uuid;
16
0 commit comments