Skip to content

Commit

Permalink
Add arc/rc features to koto_serialize
Browse files Browse the repository at this point in the history
  • Loading branch information
irh committed Apr 17, 2024
1 parent 9411772 commit 74d13f7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion crates/serialize/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ homepage = "https://koto.dev"
repository = "https://github.com/koto-lang/koto"
keywords = ["scripting", "language", "koto"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
default = ["arc"]
arc = ["koto_runtime/arc"]
rc = ["koto_runtime/rc"]

[dependencies]
serde = { workspace = true }
Expand Down

0 comments on commit 74d13f7

Please sign in to comment.