Skip to content

Commit 4fc9a6e

Browse files
committed
Update libomni source and .gitignore entries
Changed libomni dependency in Cargo.toml to use the GitHub repository instead of a local path. Added .env_docker to .gitignore to exclude Docker environment files from version control.
1 parent 782ab8b commit 4fc9a6e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ cluster.db-wal
2323
*.sw?
2424
*~
2525
.DS_Store
26-
Thumbs.db
26+
Thumbs.db
27+
.env_docker

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ rocket-multipart-form-data = "0.10.7"
2828
mysql = "26.0.1"
2929
sqlx = { version = "0.8.6", features = ["runtime-tokio-rustls", "mysql", "chrono", "uuid"] }
3030
clickhouse = { version = "0.13.3"}
31-
libomni = { path = "../LibOmni" }
31+
libomni = { git = "https://github.com/OmniCloudOrg/LibOmni" }
3232
lighthouse = { git = "https://github.com/OmniCloudOrg/Lighthouse", features = ["metrics-persistence", "predictive-scaling"], rev = "de72b5365bdc1a28e89ffbf06b3c92957ad3403d"}
3333

3434
# Crypto & Security

0 commit comments

Comments
 (0)