diff --git a/Cargo.lock b/Cargo.lock index 6bbf535..d261da0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" diff --git a/Cargo.toml b/Cargo.toml index 1fc1d5c..ad2744b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,6 +17,7 @@ members = [ "libraries/locale-maxima", "libraries/messaging", "libraries/process", + "libraries/relib", "libraries/table", "libraries/tar", "libraries/time", diff --git a/libraries/relib/Cargo.toml b/libraries/relib/Cargo.toml new file mode 100644 index 0000000..a252ef6 --- /dev/null +++ b/libraries/relib/Cargo.toml @@ -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] diff --git a/libraries/relib/readme.md b/libraries/relib/readme.md new file mode 100644 index 0000000..64fef33 --- /dev/null +++ b/libraries/relib/readme.md @@ -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 \ No newline at end of file