[package] name = "set_codium_marketplace" version = "0.1.1" edition = "2021" license = "MIT" description = "Replace the marketplace in codium configuration to match the one in. A training crate." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0.160", features = ["derive"] } serde_json = "1.0.59"