[package] name = "surrealvm" version = "0.1.0" edition = "2021" authors = ["Raphael Darley "] license = "MIT OR Apache-2.0" description = "A version manager for SurrealDB" homepage = "https://github.com/raphaeldarley/surrealvm" repository = "https://github.com/raphaeldarley/surrealvm" [dependencies] anyhow = "1.0.86" clap = { version = "4.5.15", features = ["derive"] } flate2 = "1.0.31" homedir = "0.3.3" reqwest = { version = "0.12.5", features = ["blocking"] } semver = "1.0.23" tar = "0.4.41" thiserror = "1.0.63"