mirror of
https://github.com/tribufu/tribufu-rust
synced 2026-06-01 09:42:37 +00:00
Create initial api wrapper (#2)
* Api v0.1? * Split crates * Update api
This commit is contained in:
parent
21daa668f8
commit
f63f64103c
18 changed files with 607 additions and 237 deletions
3
src/constants/lib.rs
Normal file
3
src/constants/lib.rs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
// Copyright (c) Tribufu. All Rights Reserved.
|
||||
|
||||
pub const VERSION: &str = env!("CARGO_PKG_VERSION");
|
||||
Loading…
Add table
Add a link
Reference in a new issue