build: update thespian to use separate cbor package
This commit is contained in:
parent
6eaef79f43
commit
c3cda5b7fe
6 changed files with 33 additions and 6 deletions
|
@ -21,6 +21,11 @@ pub const Error = error{
|
|||
IntegerTooSmall,
|
||||
InvalidType,
|
||||
TooShort,
|
||||
InvalidFloatType,
|
||||
InvalidArrayType,
|
||||
InvalidPIntType,
|
||||
JsonIncompatibleType,
|
||||
NotAnObject,
|
||||
};
|
||||
|
||||
pub const OutputHandler = fn (context: usize, parent: tp.pid_ref, arg0: []const u8, output: []const u8) void;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue