Create initial api wrapper (#2)

* Api v0.1?

* Split crates

* Update api
This commit is contained in:
Guilherme Werner 2023-12-31 15:26:24 -03:00 committed by GitHub
parent 21daa668f8
commit f63f64103c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 607 additions and 237 deletions

3
src/constants/lib.rs Normal file
View file

@ -0,0 +1,3 @@
// Copyright (c) Tribufu. All Rights Reserved.
pub const VERSION: &str = env!("CARGO_PKG_VERSION");