[package] name = "revolt-nodejs-bindings" version = "0.8.2" description = "Node.js bindings for the Revolt software" authors = ["Paul Makles "] license = "MIT" edition = "2021" exclude = ["index.node"] [lib] crate-type = ["cdylib"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] neon = "1.0.0" neon-serde4 = "1.0.0" serde = { version = "1", features = ["derive"] } async-std = "1.12.0" revolt-config = { version = "0.8.2", path = "../../core/config" } revolt-result = { version = "0.8.2", path = "../../core/result" } revolt-database = { version = "0.8.2", path = "../../core/database" }