[package] name = "yukari" version = "0.3.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] nix = "0.26.2" easy-repl = "0.2.1" tokio = { version = "1.28.1", features = ["full"] } lazy_static = "1.4.0" simple-rw-global = { version="0.4.0", features=["tokio"] } toml = "0.7.4" serde = { version = "1.0", features = ["derive"] } common_macros = "0.1.1" bcrypt = "0.14.0" pkg_compile_time = "0.1.3" log = "0.4.17" shell-words = "1.0.0"