You've already forked AstralRinth
forked from didirus/AstralRinth
* Initial onboarding * Update OnboardingModal.vue * Add finish * Animation * Automatic opening * Move onboarding icon to outside of main appbar * Run lint * run fmt * mostly finish * Finish onboarding * fix onboarding bug + linux build * fix build again * Add back window shadows --------- Co-authored-by: Geometrically <18202329+Geometrically@users.noreply.github.com> Co-authored-by: Jai A <jaiagr+gpg@pm.me> Co-authored-by: Jai A <jai@modrinth.com>
28 lines
731 B
TOML
28 lines
731 B
TOML
[package]
|
|
name = "theseus_playground"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
theseus = { path = "../theseus", features = ["cli"] }
|
|
|
|
serde_json = "1.0"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
tauri = { version = "1.2", features = ["shell-open"] }
|
|
tokio = { version = "1", features = ["full"] }
|
|
thiserror = "1.0"
|
|
url = "2.2"
|
|
webbrowser = "0.7"
|
|
dunce = "1.0.3"
|
|
|
|
tokio-stream = { version = "0.1", features = ["fs"] }
|
|
futures = "0.3"
|
|
daedalus = {version = "0.1.15", features = ["bincode"] }
|
|
uuid = { version = "1.1", features = ["serde", "v4"] }
|
|
|
|
tracing = "0.1.37"
|
|
tracing-subscriber = "0.2"
|
|
tracing-error = "0.1"
|