Adding and moving a lot of components.
This is the main thrust of the library. I know it is a lot of changes, but I was running out of time and had to hammer them all in.
This commit is contained in:
@ -9,11 +9,17 @@ authors = ["CyberMages LLC <Software@CyberMagesLLC.com>",
|
||||
readme = "README.md"
|
||||
license = "Apache-2.0"
|
||||
|
||||
[[example]]
|
||||
name = "blog"
|
||||
path = "examples/blog.rs"
|
||||
|
||||
[dependencies]
|
||||
dioxus = { version = "*", features = ["router", "fullstack"], optional = true }
|
||||
tavern = { version = "0.2.9", path = "../tavern", registry = "cybermages", optional = true}
|
||||
tokio = { version = "1.0", features = ["full"], optional = true }
|
||||
dioxus = { version = "*", features = ["router", "fullstack"] }
|
||||
tavern = { version = "0.2.9", path = "../tavern", optional = true}
|
||||
tokio = { version = "1.0", features = ["rt", "macros"], optional = true }
|
||||
|
||||
|
||||
[features]
|
||||
default = ["tavern", "dioxus/web"]
|
||||
default = ["web"]
|
||||
web = ["tavern", "dioxus/web"]
|
||||
server = ["tavern/database", "dioxus/server", "tokio"]
|
||||
|
||||
Reference in New Issue
Block a user