[package] name = "text-display" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] dotenv = "0.15.0" rocket = { version = "0.5.0-rc.2", features = ["json", "secrets"] } rocket_cors = "0.6.0" rpassword = "7.2.0" serde = "1.0.152" serde_json = "1.0.93" text_io = "0.1.12" tokio = { version = "1.25.0", features = ["full"] } xxhash-rust = { version = "0.8.6", features = ["xxh64"] }