feat: init project

This commit is contained in:
Paul Campbell 2025-01-08 21:05:51 +00:00
commit 21ae5bb7bd
3 changed files with 17 additions and 0 deletions

6
.gitignore vendored Normal file
View file

@ -0,0 +1,6 @@
/Cargo.lock
/target
/.idea
*.profraw
lconv.info
/tarpaulin-report.html

10
Cargo.toml Normal file
View file

@ -0,0 +1,10 @@
[package]
name = "kx-utils"
version = "0.1.0"
edition = "2021"
authors = ["Paul Campbell <pcampbell@kemitix.net>"]
description = "Common utils incubator"
license = "MIT"
repository = "https://git.kemitix.net/kemitix/kx-utils"
[dependencies]

1
src/lib.rs Normal file
View file

@ -0,0 +1 @@
//