mirror of
https://github.com/Noratrieb/coldsquare.git
synced 2026-01-14 16:35:10 +01:00
moved into seperate crates
This commit is contained in:
parent
40f1cbfab6
commit
43e2c59e73
14 changed files with 53 additions and 43 deletions
15
Cargo.lock
generated
15
Cargo.lock
generated
|
|
@ -1,5 +1,18 @@
|
|||
# This file is automatically @generated by Cargo.
|
||||
# It is not intended for manual editing.
|
||||
version = 3
|
||||
|
||||
[[package]]
|
||||
name = "coldsquare"
|
||||
name = "file-info"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"file-parser",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "file-parser"
|
||||
version = "0.1.0"
|
||||
|
||||
[[package]]
|
||||
name = "machine"
|
||||
version = "0.1.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue