diff --git a/Cargo.toml b/Cargo.toml index f854db8..4b7cb5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ cargo-dist-version = "0.22.1" # CI backends to support ci = "github" # The installers to generate for each app -installers = [] +installers = ["npm"] # Target platforms to build apps for (Rust target-triple syntax) targets = ["aarch64-apple-darwin", "x86_64-unknown-linux-gnu"] # The archive format to use for windows builds (defaults .zip) @@ -52,3 +52,5 @@ unix-archive = ".tar.gz" install-path = "CARGO_HOME" # Whether to install an updater program install-updater = false +# A namespace to use when publishing this package to the npm registry +npm-scope = "@oxfordabstracts"