[package] authors = ["Tsiry Sandratraina "] categories = ["command-line-utilities"] description = "A simple CLI tool to quickly setup your development environment on Chomebook (ChromeOS) or any Linux Distribution." edition = "2021" keywords = ["chromebook", "chromeos", "homebrew", "docker", "nix"] license = "MIT" name = "crosup-entity" repository = "https://github.com/tsirysndr/crosup" version = "0.1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] chrono = "0.4.26" sea-orm = {version = "0.11.3", features = ["runtime-tokio-rustls", "sqlx-sqlite"]} serde = "1.0.164"