Package workstation tools, reuse emulator sessions, and derive build versions
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
[package]
|
||||
name = "fds-common"
|
||||
version = "0.1.0"
|
||||
version.workspace = true
|
||||
build = "../../tools/version-build.rs"
|
||||
edition = "2024"
|
||||
license = "MIT"
|
||||
description = "Shared bounded configuration and Linux discovery for FDS tools"
|
||||
|
||||
@@ -11,7 +11,7 @@ pub mod trace;
|
||||
|
||||
use std::{fmt, fs::File, io::Read, path::Path, str::FromStr};
|
||||
|
||||
pub const VERSION: &str = env!("CARGO_PKG_VERSION");
|
||||
pub const VERSION: &str = env!("FDS_BUILD_VERSION");
|
||||
pub const MAX_CONFIG_BYTES: u64 = 64 * 1024;
|
||||
pub type Result<T> = std::result::Result<T, Error>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user