1
0

Cargo.toml 201 B

12345678910111213
  1. [package]
  2. name = "node_inject"
  3. version = "0.1.0"
  4. edition = "2021"
  5. [dependencies]
  6. rasar = {git = 'https://github.com/Zerthox/rasar.git'}
  7. random-string = "1.0.0"
  8. [features]
  9. no_embed = []
  10. default = []