You've already forked AstralRinth
forked from didirus/AstralRinth
Jre detection (#54)
* initial jre detection commit * added WinReg searching * added windows support + refactored * Cargo lock * fixed linux + added canonicalization * fixed bug in mac * Added dunce; handling UNC paths better for canonicalization * missed cargo lock * removed tests, added comments * cargo fmt * removed redundant mac address, loop over folder --------- Co-authored-by: Wyatt <wyatt@modrinth.com>
This commit is contained in:
@@ -28,11 +28,17 @@ thiserror = "1.0"
|
||||
tracing = "0.1"
|
||||
tracing-error = "0.2"
|
||||
|
||||
|
||||
async-tungstenite = { version = "0.17", features = ["tokio-runtime", "tokio-native-tls"] }
|
||||
futures = "0.3"
|
||||
once_cell = "1.9.0"
|
||||
reqwest = { version = "0.11", features = ["json"] }
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
lazy_static = "1.4.0"
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
winreg = "0.11.0"
|
||||
dunce = "1.0.3"
|
||||
|
||||
[dev-dependencies]
|
||||
argh = "0.1.6"
|
||||
|
||||
Reference in New Issue
Block a user