Skip to content

Commit 16aa652

Browse files
committed
chore(deps): add url dependency
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" ```
1 parent 1e891f1 commit 16aa652

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/configuration/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ thiserror = "1"
2525
toml = "0"
2626
torrust-tracker-located-error = { version = "3.0.0-alpha.12-develop", path = "../located-error" }
2727
torrust-tracker-primitives = { version = "3.0.0-alpha.12-develop", path = "../primitives" }
28+
url = "2.5.2"
2829

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

0 commit comments

Comments
 (0)