Adding in relib

pull/1/head
Able 2022-12-06 12:42:46 -06:00
parent 6a1c1b42aa
commit c6c4358c40
Signed by: able
GPG Key ID: 0BD8B45C30DCA887
4 changed files with 15 additions and 0 deletions

4
Cargo.lock generated
View File

@ -262,6 +262,10 @@ version = "0.6.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
[[package]]
name = "relib"
version = "0.1.0"
[[package]]
name = "ron"
version = "0.7.1"

View File

@ -17,6 +17,7 @@ members = [
"libraries/locale-maxima",
"libraries/messaging",
"libraries/process",
"libraries/relib",
"libraries/table",
"libraries/tar",
"libraries/time",

View 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]

View 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