Adding in relib
This commit is contained in:
parent
c8097bc7f9
commit
4d4cdaec3b
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -262,6 +262,10 @@ version = "0.6.28"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
|
checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "relib"
|
||||||
|
version = "0.1.0"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ron"
|
name = "ron"
|
||||||
version = "0.7.1"
|
version = "0.7.1"
|
||||||
|
|
|
@ -17,6 +17,7 @@ members = [
|
||||||
"libraries/locale-maxima",
|
"libraries/locale-maxima",
|
||||||
"libraries/messaging",
|
"libraries/messaging",
|
||||||
"libraries/process",
|
"libraries/process",
|
||||||
|
"libraries/relib",
|
||||||
"libraries/table",
|
"libraries/table",
|
||||||
"libraries/tar",
|
"libraries/tar",
|
||||||
"libraries/time",
|
"libraries/time",
|
||||||
|
|
8
libraries/relib/Cargo.toml
Normal file
8
libraries/relib/Cargo.toml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[package]
|
||||||
|
name = "relib"
|
||||||
|
version = "0.1.0"
|
||||||
|
edition = "2021"
|
||||||
|
|
||||||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
[dependencies]
|
2
libraries/relib/readme.md
Normal file
2
libraries/relib/readme.md
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
An attempt at implimenting a standard library for ableOS
|
||||||
|
Will reexport and break apart into submodules you can directly include to reduce bloat
|
Loading…
Reference in a new issue