Skip to content

Commit

Permalink
chore(deps): add url dependency
Browse files Browse the repository at this point in the history
It will be use to parse the MySQL path in the configuration. FOr
example:

```toml
[core.database]
driver = "MySQL"
path = "mysql://db_user:db_user_secret_password@mysql:3306/torrust_tracker"
```
  • Loading branch information
josecelano committed Jul 4, 2024
1 parent 1e891f1 commit 16aa652
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/configuration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ thiserror = "1"
toml = "0"
torrust-tracker-located-error = { version = "3.0.0-alpha.12-develop", path = "../located-error" }
torrust-tracker-primitives = { version = "3.0.0-alpha.12-develop", path = "../primitives" }
url = "2.5.2"

[dev-dependencies]
uuid = { version = "1", features = ["v4"] }

0 comments on commit 16aa652

Please sign in to comment.