chore(checkpoint): save current v0 build state
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
[package]
|
||||
name = "slhx-core"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
|
||||
[lib]
|
||||
path = "src/lib.rs"
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
std = ["serde/std"]
|
||||
|
||||
[dependencies]
|
||||
postcard = { version = "1", default-features = false, features = ["alloc"] }
|
||||
serde = { version = "1", default-features = false, features = ["alloc", "derive"] }
|
||||
Reference in New Issue
Block a user