[package] name = "lyquor" version = "0.0.1" edition = "2021" license = "Apache-2.0" homepage = "https://lyquor.xyz/" description = "The next-generation chain-guided computation platform." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] async-trait = "0.1.80" tokio = { version = "1.38.0", features = ["macros", "rt", "sync", "time", "io-util"] } tracing = "0.1.40" [workspace] members = [ "primitives", "lyquid", "network", ]