Skip to content

Commit

Permalink
rename lib back to nitrogen (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
jvmncs authored Nov 2, 2022
1 parent 199f8f7 commit cdb4863
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[package]
name = "nitrogen-lib"
name = "nitrogen"
version = "0.2.0"
description = "Nitrogen is a tool for deploying web services to AWS Nitro Enclaves."
license = "Apache-2.0"
repository = "https://github.com/capeprivacy/nitrogen"
edition = "2021"
keywords = ["aws", "nitro", "enclave"]

Expand Down
4 changes: 2 additions & 2 deletions src/bin/nitrogen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ use std::time::Duration;
use aws_sdk_cloudformation::Client;
use clap::{Parser, Subcommand};
use failure::Error;
use nitrogen_lib::commands::{build, delete, deploy, setup};
use nitrogen_lib::template::SETUP_TEMPLATE;
use nitrogen::commands::{build, delete, deploy, setup};
use nitrogen::template::SETUP_TEMPLATE;
use tracing::{debug, info};

use rust_embed::{EmbeddedFile, RustEmbed};
Expand Down
Empty file modified sts.sh
100644 → 100755
Empty file.

0 comments on commit cdb4863

Please sign in to comment.