]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/cbor/cbor.factor
endian: replaces io.binary and io.binary.fast.
[factor.git] / basis / cbor / cbor.factor
index 2ec03417579042dece8c9467639c56b46c9ba7f9..adcc651cf8d2f81e8f82dc32c6417ee0672c2d86 100644 (file)
@@ -2,7 +2,7 @@
 ! See http://factorcode.org/license.txt for BSD license
 
 USING: accessors arrays assocs base64 byte-arrays calendar
-calendar.format calendar.parser combinators io io.binary
+calendar.format calendar.parser combinators endian io
 io.encodings.binary io.encodings.string io.encodings.utf8
 io.streams.byte-array io.streams.string kernel math math.bitwise
 math.floats.half present sequences strings urls ;