環境変数で読み込むことにした

This commit is contained in:
tuna2134
2024-09-10 09:40:49 +00:00
parent 30a5be0878
commit 3bbaf19e36
6 changed files with 16 additions and 5 deletions

7
Cargo.lock generated
View File

@@ -357,6 +357,12 @@ dependencies = [
"crypto-common",
]
[[package]]
name = "dotenvy"
version = "0.15.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
[[package]]
name = "either"
version = "1.13.0"
@@ -1614,6 +1620,7 @@ version = "0.1.0"
dependencies = [
"anyhow",
"axum",
"dotenvy",
"sbv2_core",
"serde",
"tokio",