Fixed publish

This commit is contained in:
2022-10-21 00:45:57 +02:00
parent 63cb562ac1
commit c53f91e840
6 changed files with 34 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
[package]
name = "gitignore"
name = "gitignore_inner"
version = "0.1.0"
edition = "2021"

View File

@@ -5,7 +5,7 @@ use std::{env::current_dir, io::Read, path::PathBuf};
use tracing_subscriber::layer::SubscriberExt;
use tracing_subscriber::util::SubscriberInitExt;
fn main() -> eyre::Result<()> {
pub fn main() -> eyre::Result<()> {
let matches = Command::new("gitignore")
.version("0.1")
.author("Kasper J. Hermansen <contact@kjuulh.io>")