2 Commits

Author SHA1 Message Date
Cutieguwu
d4094d61f0 Update Cargo.toml 2026-01-02 01:46:12 -05:00
Cutieguwu
2ce889314a Update LICENSE 2026-01-02 01:46:09 -05:00
2 changed files with 6 additions and 3 deletions

View File

@@ -23,8 +23,11 @@ features = ["derive"]
version = "1.0"
features = ["derive"]
[target.'cfg(all(unix, not(target_os = "macos")))'.dependencies]
# Yes. For one constant, this library is required.
# Technically, this did a bit more in early testing when I messed about
# with unsafe ffi disasters trying to solve problems.
#
# And yes, I spent time tracking down the first release with that constant.
# v0.2.25 is almost 9 years old as of writing this comment.
# v0.2.25 is almost 9 years old as of writing this comment
[target.'cfg(all(unix, not(target_os = "macos")))'.dependencies]
libc = "~0.2.25"

View File

@@ -1,6 +1,6 @@
MIT License
Copyright (c) 2025 Olivia Bridie Alexandria Millicent Ivette Brooks
Copyright (c) 2025 Olivia Brooks
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal