Skip to content

Commit

Permalink
Fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
vlinkz committed Mar 3, 2024
1 parent f8ced84 commit a8306f7
Show file tree
Hide file tree
Showing 3 changed files with 4 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "libsnow-generator"
name = "libsnow-generators"
version = "0.0.1"
edition = "2021"

Expand Down
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ use anyhow::Result;
use aws_config::meta::region::RegionProviderChain;
use aws_config::BehaviorVersion;
use clap::{Parser, Subcommand};
use libsnow_generator::ddb::batch_put::batch_store_put;
use libsnow_generator::{
use libsnow_generators::ddb::batch_put::batch_store_put;
use libsnow_generators::{
ddb::nix::get_store,
revisions::{get_revisions, update_markers},
s3::db::create_db,
Expand Down

0 comments on commit a8306f7

Please sign in to comment.