Fixed warnings and migrated to TTP.
This commit is contained in:
parent
7a331d4450
commit
b1766e5868
1 changed files with 2 additions and 2 deletions
|
|
@ -4,8 +4,8 @@ version = "0.1.0"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ttp-core = { git = "https://github.com/t3kkm0tt/TTP.git", package = "ttp-core" }
|
ttp-core = { git = "https://github.com/Tensamin/TTP.git", package = "ttp-core" }
|
||||||
ttp-native = { git = "https://github.com/t3kkm0tt/TTP.git", package = "ttp-native" }
|
ttp-native = { git = "https://github.com/Tensamin/TTP.git", package = "ttp-native" }
|
||||||
|
|
||||||
ansi_term = "*"
|
ansi_term = "*"
|
||||||
uuid = { version = "*", features = ["v4"] }
|
uuid = { version = "*", features = ["v4"] }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue