3 Commits

3 changed files with 3 additions and 6 deletions
Unified View
  1. +0
    -4
      .env_chirho
  2. +1
    -0
      .gitignore
  3. +2
    -2
      Cargo.toml

+ 0
- 4
.env_chirho View File

@ -1,4 +0,0 @@
# For God so loved the world, that He gave His only begotten Son, that all who believe in Him should not perish but have everlasting life
# Rename to .env_chirho
export API_KEY_CHIRHO="HALLELUJAH30920-9482"
export DATABASE_URL="sqlite:./db_chirho.sqlite"

+ 1
- 0
.gitignore View File

@ -2,5 +2,6 @@
/target /target
db_chirho.sqlite db_chirho.sqlite
.idea .idea
.env_chirho

+ 2
- 2
Cargo.toml View File

@ -10,7 +10,7 @@ homepage = "https://gitea-aleluya.prd.pw/loveJesus/rs_machine_input_chirho.git"
repository = "https://gitea-aleluya.prd.pw/loveJesus/rs_machine_input_chirho.git" repository = "https://gitea-aleluya.prd.pw/loveJesus/rs_machine_input_chirho.git"
license = "MIT" license = "MIT"
keywords = ["system-info", "synchronization", "database"] keywords = ["system-info", "synchronization", "database"]
categories = ["command-line-utilities", "system"]
categories = ["command-line-utilities"]
[dependencies] [dependencies]
chrono = { version="0.4.38", features=["serde"] } chrono = { version="0.4.38", features=["serde"] }
@ -23,7 +23,7 @@ clap = { version="4.5.13" , features=["derive"]}
reqwest = { version="0.12.5", features = ["json", "blocking"] } reqwest = { version="0.12.5", features = ["json", "blocking"] }
hostname = "0.4.0" hostname = "0.4.0"
users = "0.11.0" users = "0.11.0"
tokio = { version = "*", features = ["full"] }
tokio = { version = "1.39.2", features = ["full"] }
[dependencies.rocket_db_pools] [dependencies.rocket_db_pools]
version = "0.1.0" version = "0.1.0"


Loading…
Cancel
Save