Browse Source

add file headers

master
Jonathan Cobb 3 years ago
parent
commit
abc153e6fa
2 changed files with 5 additions and 3 deletions
  1. +1
    -3
      Cargo.toml
  2. +4
    -0
      src/main.rs

+ 1
- 3
Cargo.toml View File

@@ -1,12 +1,10 @@
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://bubblev.com/bubble-license/
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/
[package]
name = "bubble-nodemanager"
version = "0.1.0"
authors = ["Jonathan Cobb <jonathan@getbubblenow.com>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = "2.33.0"
actix-web = "2.0.0"


+ 4
- 0
src/main.rs View File

@@ -1,3 +1,7 @@
/**
* Copyright (c) 2020 Bubble, Inc. All rights reserved.
* For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/
*/
extern crate clap;
extern crate bcrypt;
extern crate system_shutdown;


Loading…
Cancel
Save