feat: init project
This commit is contained in:
commit
21ae5bb7bd
3 changed files with 17 additions and 0 deletions
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
/Cargo.lock
|
||||||
|
/target
|
||||||
|
/.idea
|
||||||
|
*.profraw
|
||||||
|
lconv.info
|
||||||
|
/tarpaulin-report.html
|
10
Cargo.toml
Normal file
10
Cargo.toml
Normal 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
1
src/lib.rs
Normal file
|
@ -0,0 +1 @@
|
||||||
|
//
|
Loading…
Add table
Reference in a new issue