Initial Commit
Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
commit
9ff1cf1bac
12 changed files with 615 additions and 0 deletions
14
Cargo.lock
generated
Normal file
14
Cargo.lock
generated
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# This file is automatically @generated by Cargo.
|
||||
# It is not intended for manual editing.
|
||||
version = 4
|
||||
|
||||
[[package]]
|
||||
name = "tytix"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"tytix-core",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "tytix-core"
|
||||
version = "0.1.0"
|
||||
Loading…
Add table
Add a link
Reference in a new issue