Low-level services for managing Bubble nodes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
553 B

  1. # Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/
  2. [package]
  3. name = "bubble-nodemanager"
  4. version = "0.1.0"
  5. authors = ["Jonathan Cobb <jonathan@getbubblenow.com>"]
  6. edition = "2018"
  7. [dependencies]
  8. clap = "2.33.0"
  9. actix-web = "2.0.0"
  10. actix-rt = "1.1.1"
  11. actix-web-httpauth = "0.4.2"
  12. bcrypt = "0.8.2"
  13. probes = "0.3.0"
  14. system_shutdown = "3.0.0"
  15. reqwest = "0.10.8"
  16. tempfile = "3.1.0"
  17. zip = "0.5.6"
  18. nix = "0.18.0"
  19. users = "0.10.0"
  20. [profile.release]
  21. panic = 'abort'