-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
32 lines (28 loc) · 795 Bytes
/
Copy pathCargo.toml
File metadata and controls
32 lines (28 loc) · 795 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[package]
name = "doyou"
version = "0.1.0"
authors = ["FITAHIANA Nomeniavo Joe <24nomeniavo@gmail.com>"]
edition = "2024"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
#
[workspace]
members = ["yt"]
[workspace.dependencies]
serde_json = "1"
reqwest = { version = "0.12.24", features = ["json"] }
serde = { version = "1", features = ["derive"] }
[dependencies]
dioxus = {version ="0.7.3", features = ["router"]}
serde_json.workspace = true
reqwest.workspace = true
serde.workspace = true
yt.path = "yt"
ndk-context = "0.1.1"
jni = "0.21.1"
rusql-alchemy = {path = "../rusql-alchemy/rusql-alchemy", features=["turso"]}
tokio = "1.49.0"
directories = "5"
[features]
default = ["mobile"]
desktop = ["dioxus/desktop"]
mobile = ["dioxus/mobile"]